diff options
-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> |