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-jess | |
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-jess')
-rw-r--r-- | graphics/xmms-jess/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xmms-jess/Makefile b/graphics/xmms-jess/Makefile index fa17d5be643..166a0294785 100644 --- a/graphics/xmms-jess/Makefile +++ b/graphics/xmms-jess/Makefile @@ -23,5 +23,9 @@ GNU_CONFIGURE= yes PLIST_FILES= lib/xmms/Visualization/libjess.so lib/xmms/Visualization/libjess.la USE_GNOME= glib12 USE_X_PREFIX= yes +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure .include <bsd.port.mk> |