aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gdam
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-26 16:12:54 +0800
committerpav <pav@FreeBSD.org>2007-03-26 16:12:54 +0800
commitce356bfcb8bdfc73428c0383b3b5f2b0dc76187e (patch)
treebde4c43d81211bebeed993d6a5fb65ee75e747f9 /audio/gdam
parenta18e4f6c182717629446bc540747392eeeaf82cf (diff)
downloadfreebsd-ports-gnome-ce356bfcb8bdfc73428c0383b3b5f2b0dc76187e.tar.gz
freebsd-ports-gnome-ce356bfcb8bdfc73428c0383b3b5f2b0dc76187e.tar.zst
freebsd-ports-gnome-ce356bfcb8bdfc73428c0383b3b5f2b0dc76187e.zip
- Fix after objformat removal
Reported by: krismail
Diffstat (limited to 'audio/gdam')
-rw-r--r--audio/gdam/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gdam/Makefile b/audio/gdam/Makefile
index ff7445440383..46e3cf77f0b1 100644
--- a/audio/gdam/Makefile
+++ b/audio/gdam/Makefile
@@ -29,5 +29,6 @@ INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e 's|`$$XMMS_CONFIG --libs`|"`$$XMMS_CONFIG --libs` ${PTHREAD_LIBS}"|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-lglib -lgtk|-lglib-12 -lgtk-12|' ${WRKSRC}/skin/foreign/xmmsvis/Makefile.in
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>