diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-12 19:25:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-12 19:25:28 +0800 |
commit | 799a7bd0979d0d4590ebbc396e2a94710109e432 (patch) | |
tree | 074cc39c522b6d4bc433d70b6208cb2dd3b79368 /audio/arts | |
parent | a143a71a97450fe679a9cebbf59ebe55eedce28e (diff) | |
download | freebsd-ports-gnome-799a7bd0979d0d4590ebbc396e2a94710109e432.tar.gz freebsd-ports-gnome-799a7bd0979d0d4590ebbc396e2a94710109e432.tar.zst freebsd-ports-gnome-799a7bd0979d0d4590ebbc396e2a94710109e432.zip |
- Fix build after glib update
Reported by: pavbot/Marc Peters
Tested by: Marc Peters freenode/#bsdforen.de, tinderbox
Obtained from: pkgsrc
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 2 | ||||
-rw-r--r-- | audio/arts/files/patch-mcop_mt_threads_posix.cc | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index fb6991fcfe2e..23fc76aa4aa0 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -8,7 +8,7 @@ PORTNAME= arts PORTVERSION= 1.5.10 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} diff --git a/audio/arts/files/patch-mcop_mt_threads_posix.cc b/audio/arts/files/patch-mcop_mt_threads_posix.cc new file mode 100644 index 000000000000..533892223eaf --- /dev/null +++ b/audio/arts/files/patch-mcop_mt_threads_posix.cc @@ -0,0 +1,10 @@ +--- mcop_mt/threads_posix.cc.orig 2009-01-12 11:45:39.000000000 +0100 ++++ mcop_mt/threads_posix.cc 2009-01-12 11:46:13.000000000 +0100 +@@ -27,6 +27,7 @@ + /* only compile this if we have libpthread available */ + #ifdef HAVE_LIBPTHREAD + ++#include <signal.h> + #include <gsl/gslconfig.h> + + #include <sys/types.h> |