diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-20 23:03:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-20 23:03:11 +0800 |
commit | 1adb61b4785e2159ef67554574f4ba022c53e0ba (patch) | |
tree | 9fbcd5b3bbff07b385e4ba7ce12314c3da578de0 /multimedia | |
parent | c1c83562f987e6d5a654c26c9cb3e5ece0bbb0d5 (diff) | |
download | freebsd-ports-gnome-1adb61b4785e2159ef67554574f4ba022c53e0ba.tar.gz freebsd-ports-gnome-1adb61b4785e2159ef67554574f4ba022c53e0ba.tar.zst freebsd-ports-gnome-1adb61b4785e2159ef67554574f4ba022c53e0ba.zip |
- 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')
-rw-r--r-- | multimedia/xmms/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 0b7c257d5217..f0dca14e0ab8 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 |