summaryrefslogtreecommitdiffstats
path: root/multimedia/xmms
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-03-20 15:03:11 +0000
committerrafan <rafan@FreeBSD.org>2007-03-20 15:03:11 +0000
commit1adb61b4785e2159ef67554574f4ba022c53e0ba (patch)
tree9fbcd5b3bbff07b385e4ba7ce12314c3da578de0 /multimedia/xmms
parentc1c83562f987e6d5a654c26c9cb3e5ece0bbb0d5 (diff)
downloadFreeBSD-ports-1adb61b4785e2159ef67554574f4ba022c53e0ba.zip
FreeBSD-ports-1adb61b4785e2159ef67554574f4ba022c53e0ba.tar.gz
- Fix build after objformat removal
PR: ports/109455 Submitted by: Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp> Approved by: maintainer timeout (1 month)
Diffstat (limited to 'multimedia/xmms')
-rw-r--r--multimedia/xmms/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index 0b7c257..f0dca14 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/xmms/Makefile
@@ -22,7 +22,7 @@ WANT_GNOME= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_ICONV= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" \
@@ -143,6 +143,8 @@ post-patch:
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/objformat/s|echo aout|echo elf|' \
+ ${WRKSRC}/configure ${WRKSRC}/libxmms/configure
post-install:
@${MKDIR} ${PREFIX}/share/xmms/Skins
OpenPOWER on IntegriCloud