summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 13:13:28 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 13:13:28 +0000
commitafd4064fe5d0f4287f386bf10f1d70ed68c807c3 (patch)
tree58c15e9183aaa15a836ab87359d1b3e8e11ebc71
parent- Update to 2.5-20070328 (diff)
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG Approved by: portmgr (pav; implicit)
Notes
Notes: svn path=/head/; revision=188759
-rw-r--r--graphics/xmms-blursk/Makefile2
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>