diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:13:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:13:28 +0000 |
commit | afd4064fe5d0f4287f386bf10f1d70ed68c807c3 (patch) | |
tree | 58c15e9183aaa15a836ab87359d1b3e8e11ebc71 /graphics/xmms-blursk | |
parent | 6a99f97a8e7ba89ec858612b24f39056c6053c28 (diff) |
Notes
Diffstat (limited to 'graphics/xmms-blursk')
-rw-r--r-- | graphics/xmms-blursk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/xmms-blursk/Makefile b/graphics/xmms-blursk/Makefile index 72ee1a068eba..eda0963d34af 100644 --- a/graphics/xmms-blursk/Makefile +++ b/graphics/xmms-blursk/Makefile @@ -23,6 +23,7 @@ PLIST_FILES= lib/xmms/Visualization/libblursk.so USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" @@ -30,5 +31,6 @@ post-patch: @${REINPLACE_CMD} -e 's|-O2||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \ ${BUILD_WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure .include <bsd.port.mk> |