diff options
| author | Michael Johnson <ahze@FreeBSD.org> | 2007-08-22 17:10:16 +0000 |
|---|---|---|
| committer | Michael Johnson <ahze@FreeBSD.org> | 2007-08-22 17:10:16 +0000 |
| commit | c2f25bd954cf39d7b1a72906628a19d0d69f7c09 (patch) | |
| tree | 3b018184f633e599ebbd246e461df077403de68a /graphics/gimp-gap/files/patch-libwavplayclient_wpc_msg.c | |
| parent | Use make's `-j' flag to build (but not install) on all available CPUs. (diff) | |
Add gimp-gap
The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins
to extend the GIMP with capabilities to edit and create
Animations as sequences of single frames.
Diffstat (limited to 'graphics/gimp-gap/files/patch-libwavplayclient_wpc_msg.c')
| -rw-r--r-- | graphics/gimp-gap/files/patch-libwavplayclient_wpc_msg.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/gimp-gap/files/patch-libwavplayclient_wpc_msg.c b/graphics/gimp-gap/files/patch-libwavplayclient_wpc_msg.c new file mode 100644 index 000000000000..2257b2a485a9 --- /dev/null +++ b/graphics/gimp-gap/files/patch-libwavplayclient_wpc_msg.c @@ -0,0 +1,19 @@ +--- libwavplayclient/wpc_msg.c.orig 2007-08-22 09:13:38.000000000 -0400 ++++ libwavplayclient/wpc_msg.c 2007-08-22 09:13:52.000000000 -0400 +@@ -4,7 +4,6 @@ + #include <unistd.h> + #include <errno.h> + #include <fcntl.h> +-#include <malloc.h> + #include <string.h> + #include <memory.h> + #include <signal.h> +@@ -13,7 +12,7 @@ + #include <sys/msg.h> + #include <sys/ioctl.h> + #include <assert.h> +-#ifdef __CYGWIN__ ++#if defined (__CYGWIN__) || defined (__FreeBSD__) + #include <sys/soundcard.h> + #else + #include <linux/soundcard.h> |
