aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmms-goom/Makefile
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-goom/Makefile
parentb2158fb2065a9b4fc6d5f0f32e91ef4da39ed83b (diff)
downloadports-ee6d760d6cc0e4112f3d5e4f415dece8b4c1881a.tar.gz
ports-ee6d760d6cc0e4112f3d5e4f415dece8b4c1881a.zip
Notes
Diffstat (limited to 'graphics/xmms-goom/Makefile')
-rw-r--r--graphics/xmms-goom/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xmms-goom/Makefile b/graphics/xmms-goom/Makefile
index 4b241d8ebd2c..9fbcd2c2657b 100644
--- a/graphics/xmms-goom/Makefile
+++ b/graphics/xmms-goom/Makefile
@@ -27,13 +27,14 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gdkpixbuf
GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+BROKEN= Does not compile on !i386
.endif
post-patch:
@@ -41,5 +42,6 @@ post-patch:
s|-lgtk|`${GTK_CONFIG} --libs`|g; \
s|-O9||' \
${BUILD_WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
.include <bsd.port.post.mk>