diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 19:37:13 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 19:37:13 +0800 |
commit | 84d2385b3de7c21b0923bb0c60d1b22ac45a96b5 (patch) | |
tree | 34d1e324797ea80ca4359e549d73728033b11b6a /x11-clocks/xmms-alarm | |
parent | 4b8e2d3c097aa89dbeb7e9b5c22a3dc4962c9ed5 (diff) | |
download | freebsd-ports-gnome-84d2385b3de7c21b0923bb0c60d1b22ac45a96b5.tar.gz freebsd-ports-gnome-84d2385b3de7c21b0923bb0c60d1b22ac45a96b5.tar.zst freebsd-ports-gnome-84d2385b3de7c21b0923bb0c60d1b22ac45a96b5.zip |
Cleanup objformat-removal fallout
Diffstat (limited to 'x11-clocks/xmms-alarm')
-rw-r--r-- | x11-clocks/xmms-alarm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-clocks/xmms-alarm/Makefile b/x11-clocks/xmms-alarm/Makefile index fee04f48a684..5c8196e1de9b 100644 --- a/x11-clocks/xmms-alarm/Makefile +++ b/x11-clocks/xmms-alarm/Makefile @@ -23,6 +23,9 @@ GNU_CONFIGURE= yes PLIST_FILES= lib/xmms/General/libalarm.so +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure + # This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/General do-install: ${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/xmms/General |