diff options
-rw-r--r-- | audio/xmms-ahx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile index 3a774080d9b3..c095ecca6fd8 100644 --- a/audio/xmms-ahx/Makefile +++ b/audio/xmms-ahx/Makefile @@ -25,6 +25,10 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure + .include <bsd.port.mk> |