aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2007-03-29 21:07:12 +0800
committerehaupt <ehaupt@FreeBSD.org>2007-03-29 21:07:12 +0800
commitc736e2fa86e590e547b86a839d600090ee0499e0 (patch)
tree2e928588440bfddcb4ecadd1961af9648b8d270d
parente1c136578c993bc85547e2dc4caac11b574f723e (diff)
downloadfreebsd-ports-gnome-c736e2fa86e590e547b86a839d600090ee0499e0.tar.gz
freebsd-ports-gnome-c736e2fa86e590e547b86a839d600090ee0499e0.tar.zst
freebsd-ports-gnome-c736e2fa86e590e547b86a839d600090ee0499e0.zip
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG Approved by: portmgr (pav; implicit)
-rw-r--r--audio/xmms-sid/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile
index 95c23347135c..908955f2c54f 100644
--- a/audio/xmms-sid/Makefile
+++ b/audio/xmms-sid/Makefile
@@ -23,11 +23,13 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS = -O2 -W -Wall|CFLAGS = @CFLAGS@ |; \
s|-lstdc++||; \
s|^LIBS = -lsidplay|LIBS = -lsidplay -lstdc++|' \
${BUILD_WRKSRC}/src/Makefile.in
+ @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
.include <bsd.port.mk>