diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:56:32 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 13:56:32 +0000 |
commit | ee6d760d6cc0e4112f3d5e4f415dece8b4c1881a (patch) | |
tree | 02c9098bec9e6f5770e9426edc2c834731adac3a /graphics/xmms-iris | |
parent | b2158fb2065a9b4fc6d5f0f32e91ef4da39ed83b (diff) |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
Notes
Notes:
svn path=/head/; revision=188764
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> |