diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 19:18:35 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 19:18:35 +0800 |
commit | 6e83b55ca4ff65e06b14bf56e28d22fe0443ee46 (patch) | |
tree | 4be13101d66a13b8e36f435d81ee016cde150d6b /audio/xmms-liveice | |
parent | d4ab95cd9ac211a8b5c00345e8ff45e10f60ffee (diff) | |
download | freebsd-ports-gnome-6e83b55ca4ff65e06b14bf56e28d22fe0443ee46.tar.gz freebsd-ports-gnome-6e83b55ca4ff65e06b14bf56e28d22fe0443ee46.tar.zst freebsd-ports-gnome-6e83b55ca4ff65e06b14bf56e28d22fe0443ee46.zip |
Cleanup objformat-removal fallout
Diffstat (limited to 'audio/xmms-liveice')
-rw-r--r-- | audio/xmms-liveice/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/xmms-liveice/Makefile b/audio/xmms-liveice/Makefile index c3563d810e56..501a1b1f90d9 100644 --- a/audio/xmms-liveice/Makefile +++ b/audio/xmms-liveice/Makefile @@ -27,4 +27,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig + .include <bsd.port.mk> |