aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-03-28 02:46:54 +0800
committeralepulver <alepulver@FreeBSD.org>2007-03-28 02:46:54 +0800
commit26b92d51611b96ebbcdaf58519fee38ff7839b14 (patch)
tree4c8b5652d43eca6d308392bb05714c48a886c72c
parent56e550ae4416793b095f9e88642f56556df58399 (diff)
downloadfreebsd-ports-gnome-26b92d51611b96ebbcdaf58519fee38ff7839b14.tar.gz
freebsd-ports-gnome-26b92d51611b96ebbcdaf58519fee38ff7839b14.tar.zst
freebsd-ports-gnome-26b92d51611b96ebbcdaf58519fee38ff7839b14.zip
- Fix building after removal of objformat(1).
Reported by: pointyhat
-rw-r--r--graphics/xmms-waterfall/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xmms-waterfall/Makefile b/graphics/xmms-waterfall/Makefile
index 95aafaf01d76..41b3590a8091 100644
--- a/graphics/xmms-waterfall/Makefile
+++ b/graphics/xmms-waterfall/Makefile
@@ -26,5 +26,6 @@ PLIST_FILES= lib/xmms/Visualization/libwaterfall.la \
post-patch:
@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>