summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg>2005-10-12 20:22:57 +0000
committerjoerg <joerg>2005-10-12 20:22:57 +0000
commit368826957fea78ebabb495ece441b8a44e3523a5 (patch)
tree42ed129e1b54075aef14463add921b31ce634d36 /audio
parent1230331e31380d255bbaa2522bdefafa24d13e54 (diff)
downloadpkgsrc-368826957fea78ebabb495ece441b8a44e3523a5.tar.gz
Take the portable^Weasy route and use PTHREAD_AUTO_VARS to get this
compile on DragonFly as suggested by jlam@.
Diffstat (limited to 'audio')
-rw-r--r--audio/fluidsynth/Makefile3
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}