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 | c8c9046b2f7a33de5bda2e6441697228e7d49b37 (patch) | |
tree | 42ed129e1b54075aef14463add921b31ce634d36 | |
parent | 7d48156ebba112a07b7369a633928b576b761939 (diff) | |
download | pkgsrc-c8c9046b2f7a33de5bda2e6441697228e7d49b37.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} |