aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-ahx
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-26 18:45:57 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-03-26 18:45:57 +0000
commit439068857d32d5d10dcdafedcb6709bb0e8e6e89 (patch)
treeb4896bb3fcab6f11034515f213d68db933ed8fd1 /audio/xmms-ahx
parentf8ed5bbdd68a8f043d60e06e658fd4cfa6db5b2a (diff)
downloadports-439068857d32d5d10dcdafedcb6709bb0e8e6e89.tar.gz
ports-439068857d32d5d10dcdafedcb6709bb0e8e6e89.zip
- Cleanup objformat-removal fallout [1]
- Use USE_LDCONFIG Notified by: kris (via pointyhat) [1]
Notes
Notes: svn path=/head/; revision=188404
Diffstat (limited to 'audio/xmms-ahx')
-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 3a774080d9b3..c095ecca6fd8 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>