diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-03-27 18:28:08 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-03-27 18:28:08 +0000 |
commit | 9e34e0fc0f866e1371cb12e34d753018124520c5 (patch) | |
tree | 7578d9d7329ebd9f2c8ec227d6e95020f12c5226 /audio/xmms-fxt | |
parent | 3f550fefec68e2345f6675b4d8e4ca7333386283 (diff) | |
download | FreeBSD-ports-9e34e0fc0f866e1371cb12e34d753018124520c5.zip FreeBSD-ports-9e34e0fc0f866e1371cb12e34d753018124520c5.tar.gz |
- Fix building after removal of objformat(1).
Reported by: pointyhat
Diffstat (limited to 'audio/xmms-fxt')
-rw-r--r-- | audio/xmms-fxt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-fxt/Makefile b/audio/xmms-fxt/Makefile index a3257fa..34dad1e 100644 --- a/audio/xmms-fxt/Makefile +++ b/audio/xmms-fxt/Makefile @@ -25,4 +25,8 @@ USE_GNOME= gtk12 PLIST_FILES= lib/xmms/Effect/libfxt.la \ lib/xmms/Effect/libfxt.so +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ + ${WRKSRC}/configure ${WRKSRC}/ltconfig + .include <bsd.port.mk> |