diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 11:18:35 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 11:18:35 +0000 |
commit | 64944c7ac6aa16ec2b0eb6f2e9fba947a0f6d850 (patch) | |
tree | c595e481cfc0d59ddab9cdce399d93b463a321f7 /audio/xmms-liveice | |
parent | dc16d6fd12cd968e09d0b3812beb0643d1b08d2e (diff) | |
download | ports-64944c7ac6aa16ec2b0eb6f2e9fba947a0f6d850.tar.gz ports-64944c7ac6aa16ec2b0eb6f2e9fba947a0f6d850.zip |
Notes
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> |