aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 12:53:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 12:53:34 +0000
commitecc27b757c1d819a32617b05ebb9c5256223c6e7 (patch)
treef063c75c13a1426eacb67a0dc9064cc93e6a0b10 /audio
parent2de8095fb1227da3e1b3fecabff30305eb541a55 (diff)
downloadports-ecc27b757c1d819a32617b05ebb9c5256223c6e7.tar.gz
ports-ecc27b757c1d819a32617b05ebb9c5256223c6e7.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-real-random/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-real-random/Makefile b/audio/xmms-real-random/Makefile
index 9935e5f756ea..207db4c3297b 100644
--- a/audio/xmms-real-random/Makefile
+++ b/audio/xmms-real-random/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_GMAKE= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_X_PREFIX= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -31,5 +31,6 @@ PLIST_FILES= lib/xmms/General/libreal_random.la \
post-patch:
@${REINPLACE_CMD} -e 's#-lpthread#${PTHREAD_LIBS}#' \
-e 's#gcc#$${CC}#' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
.include <bsd.port.mk>