aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-mad
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 12:50:00 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 12:50:00 +0000
commit9a998dea98abca0ddc3f5d5294ee05f0ce0560a3 (patch)
treef3dbf7be599c4d5e7ecba70de32698bcf78bef11 /audio/xmms-mad
parent8007f86adee5f695fd0aba76a3c8fb8830f34f37 (diff)
downloadports-9a998dea98abca0ddc3f5d5294ee05f0ce0560a3.tar.gz
ports-9a998dea98abca0ddc3f5d5294ee05f0ce0560a3.zip
Notes
Diffstat (limited to 'audio/xmms-mad')
-rw-r--r--audio/xmms-mad/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile
index e1912b91e03b..ffb02035de5c 100644
--- a/audio/xmms-mad/Makefile
+++ b/audio/xmms-mad/Makefile
@@ -25,7 +25,11 @@ USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>