aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmms-iris
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 13:56:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-29 13:56:32 +0000
commitee6d760d6cc0e4112f3d5e4f415dece8b4c1881a (patch)
tree02c9098bec9e6f5770e9426edc2c834731adac3a /graphics/xmms-iris
parentb2158fb2065a9b4fc6d5f0f32e91ef4da39ed83b (diff)
downloadports-ee6d760d6cc0e4112f3d5e4f415dece8b4c1881a.tar.gz
ports-ee6d760d6cc0e4112f3d5e4f415dece8b4c1881a.zip
Notes
Diffstat (limited to 'graphics/xmms-iris')
-rw-r--r--graphics/xmms-iris/Makefile9
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>