From 4a7c8da2e3935a63d1db3803fc75a7562dd808c1 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Mon, 26 Mar 2007 18:45:57 +0000 Subject: - Cleanup objformat-removal fallout [1] - Use USE_LDCONFIG Notified by: kris (via pointyhat) [1] --- audio/xmms-ahx/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit