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-goom | |
parent | a5d2973f8c71cdf7c09bd86b431397376e49fcdf (diff) | |
download | freebsd-ports-graphics-2ebff2dfac807b3092c4aa1352586af6c5957963.tar.gz freebsd-ports-graphics-2ebff2dfac807b3092c4aa1352586af6c5957963.tar.zst freebsd-ports-graphics-2ebff2dfac807b3092c4aa1352586af6c5957963.zip |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
Diffstat (limited to 'graphics/xmms-goom')
-rw-r--r-- | graphics/xmms-goom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xmms-goom/Makefile b/graphics/xmms-goom/Makefile index 4b241d8ebd2..9fbcd2c2657 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> |