diff options
Diffstat (limited to 'graphics/xmms-paranormal')
-rw-r--r-- | graphics/xmms-paranormal/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile index fe96c6f38ea4..e1f69c9e36aa 100644 --- a/graphics/xmms-paranormal/Makefile +++ b/graphics/xmms-paranormal/Makefile @@ -25,9 +25,12 @@ CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml" GNU_CONFIGURE= yes USE_SDL= sdl -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GNOME= gtk12 USE_GMAKE= yes USE_X_PREFIX= yes +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig + .include <bsd.port.mk> |