diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 21:56:32 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 21:56:32 +0800 |
commit | 2ebff2dfac807b3092c4aa1352586af6c5957963 (patch) | |
tree | 6fa51b1630c4685f90e1249c18408f7cdad3e662 /graphics/xmms-iris | |
parent | a5d2973f8c71cdf7c09bd86b431397376e49fcdf (diff) | |
download | freebsd-ports-gnome-2ebff2dfac807b3092c4aa1352586af6c5957963.tar.gz freebsd-ports-gnome-2ebff2dfac807b3092c4aa1352586af6c5957963.tar.zst freebsd-ports-gnome-2ebff2dfac807b3092c4aa1352586af6c5957963.zip |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
Diffstat (limited to 'graphics/xmms-iris')
-rw-r--r-- | graphics/xmms-iris/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/xmms-iris/Makefile b/graphics/xmms-iris/Makefile index 5532ba615469..1ad7cbf5a908 100644 --- a/graphics/xmms-iris/Makefile +++ b/graphics/xmms-iris/Makefile @@ -19,15 +19,18 @@ BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PLIST_FILES= lib/xmms/Visualization/libiris.so USE_GNOME= gtk12 USE_GMAKE= yes USE_GL= yes USE_X_PREFIX= yes +USE_LDCONFIG= yes post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} \ + -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ + -e '/objformat=/s|=.*|=elf|' \ + ${WRKSRC}/configure .include <bsd.port.mk> |