diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 21:13:28 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 21:13:28 +0800 |
commit | 8151e315f25218c9c0dd8e88ec0191792a1b7907 (patch) | |
tree | 01b10ef96ac769e8e6ca9bd4175a2847d6189a2e /graphics/xmms-blursk | |
parent | 7d7e7202901568aed43a38de56f78f560a79deb3 (diff) | |
download | freebsd-ports-gnome-8151e315f25218c9c0dd8e88ec0191792a1b7907.tar.gz freebsd-ports-gnome-8151e315f25218c9c0dd8e88ec0191792a1b7907.tar.zst freebsd-ports-gnome-8151e315f25218c9c0dd8e88ec0191792a1b7907.zip |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
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> |