diff options
author | joerg <joerg@pkgsrc.org> | 2005-10-12 20:22:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-10-12 20:22:57 +0000 |
commit | 07d774522c58cd8b717ce30a3b111c95434f6b89 (patch) | |
tree | 42ed129e1b54075aef14463add921b31ce634d36 | |
parent | b5b3227200d20c6f647de5113ec9c7294757181c (diff) | |
download | pkgsrc-07d774522c58cd8b717ce30a3b111c95434f6b89.tar.gz |
Take the portable^Weasy route and use PTHREAD_AUTO_VARS to get this
compile on DragonFly as suggested by jlam@.
-rw-r--r-- | audio/fluidsynth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 1695ffd84e3..c5ebbd57a96 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/07/14 12:49:34 adam Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/12 20:22:57 joerg Exp $ DISTNAME= fluidsynth-1.0.6 CATEGORIES= audio @@ -13,6 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= fluidsynth.pc.in +PTHREAD_AUTO_VARS= yes CFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" LDFLAGS+= ${LIBOSSAUDIO} |