pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth Take the portable^Weasy route and use...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3400e8cf8a6c
branches:  trunk
changeset: 500762:3400e8cf8a6c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 12 20:22:57 2005 +0000

description:
Take the portable^Weasy route and use PTHREAD_AUTO_VARS to get this
compile on DragonFly as suggested by jlam@.

diffstat:

 audio/fluidsynth/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 81095fc48ae7 -r 3400e8cf8a6c audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Wed Oct 12 20:22:55 2005 +0000
+++ b/audio/fluidsynth/Makefile Wed Oct 12 20:22:57 2005 +0000
@@ -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 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    fluidsynth.pc.in
+PTHREAD_AUTO_VARS=     yes
 
 CFLAGS+=               -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
 LDFLAGS+=              ${LIBOSSAUDIO}



Home | Main Index | Thread Index | Old Index