diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 13:13:28 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 13:13:28 +0000 |
commit | 8151e315f25218c9c0dd8e88ec0191792a1b7907 (patch) | |
tree | 01b10ef96ac769e8e6ca9bd4175a2847d6189a2e /graphics | |
parent | 7d7e7202901568aed43a38de56f78f560a79deb3 (diff) | |
download | FreeBSD-ports-8151e315f25218c9c0dd8e88ec0191792a1b7907.zip FreeBSD-ports-8151e315f25218c9c0dd8e88ec0191792a1b7907.tar.gz |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
Diffstat (limited to 'graphics')
-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 72ee1a0..eda0963 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> |