aboutsummaryrefslogtreecommitdiff
path: root/audio/juk
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2003-10-18 15:44:38 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2003-10-18 15:44:38 +0000
commitd90fa62ed64c340a3ce090482a145c1bede57a57 (patch)
tree65cfe2fb67097d7a1b53423a15de24f16db42df2 /audio/juk
parent432905f4493674645dc05fe2bf84b6d1a34e054e (diff)
downloadports-d90fa62ed64c340a3ce090482a145c1bede57a57.tar.gz
ports-d90fa62ed64c340a3ce090482a145c1bede57a57.zip
Notes
Diffstat (limited to 'audio/juk')
-rw-r--r--audio/juk/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/juk/Makefile b/audio/juk/Makefile
index 72958693ae4f..94ab03fc0a2e 100644
--- a/audio/juk/Makefile
+++ b/audio/juk/Makefile
@@ -20,7 +20,13 @@ RUN_DEPENDS= ${LOCALBASE}/lib/kde3/kfile_mp3.so:${PORTSDIR}/multimedia/kdemultim
USE_KDELIBS_VER=3
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --program-transform-name=''
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_REINPLACE= yes
+
+CONFIGURE_TARGET= --build=${ARCH}-portsbld-freebsd${OSREL}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2||g; s|-pedantic ||g; \
+ s|-lpthread|${PTHREAD_LIBS}|g' \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>