aboutsummaryrefslogtreecommitdiffstats
path: root/audio/darkice/Makefile
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2003-06-27 14:39:04 +0800
committerdaichi <daichi@FreeBSD.org>2003-06-27 14:39:04 +0800
commit15629b922928d167084c92b52b622f886506ee5a (patch)
treeee9af35f8c1431fc9adfd1e52ce8ee7a16379ba7 /audio/darkice/Makefile
parent25099b4f3d67250e262648b29b53e011aa5703cb (diff)
downloadfreebsd-ports-gnome-15629b922928d167084c92b52b622f886506ee5a.tar.gz
freebsd-ports-gnome-15629b922928d167084c92b52b622f886506ee5a.tar.zst
freebsd-ports-gnome-15629b922928d167084c92b52b622f886506ee5a.zip
update audio/darkice: 0.13 --> 0.13.1
PR: 51540 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Reviewed by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'audio/darkice/Makefile')
-rw-r--r--audio/darkice/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile
index 9b3d8530d5a0..f85dca632dfe 100644
--- a/audio/darkice/Makefile
+++ b/audio/darkice/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= darkice
-PORTVERSION= 0.13
+PORTVERSION= 0.13.1
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +21,6 @@ LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-lame-prefix=${LOCALBASE} \
--with-vorbis-prefix=${LOCALBASE}
@@ -29,6 +28,7 @@ MAN1= darkice.1
MAN5= darkice.cfg.5
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>