aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2007-03-27 02:45:57 +0800
committerehaupt <ehaupt@FreeBSD.org>2007-03-27 02:45:57 +0800
commit4a7c8da2e3935a63d1db3803fc75a7562dd808c1 (patch)
tree557ce05e669fb49a79673a3dab6f89d04a10feb9 /audio
parente39f487f5e79f76f1edb4e22feabc70690190ba1 (diff)
downloadfreebsd-ports-graphics-4a7c8da2e3935a63d1db3803fc75a7562dd808c1.tar.gz
freebsd-ports-graphics-4a7c8da2e3935a63d1db3803fc75a7562dd808c1.tar.zst
freebsd-ports-graphics-4a7c8da2e3935a63d1db3803fc75a7562dd808c1.zip
- Cleanup objformat-removal fallout [1]
- Use USE_LDCONFIG Notified by: kris (via pointyhat) [1]
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-ahx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile
index 3a774080d9b..c095ecca6fd 100644
--- a/audio/xmms-ahx/Makefile
+++ b/audio/xmms-ahx/Makefile
@@ -25,6 +25,10 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
+USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
+
.include <bsd.port.mk>