diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 11:37:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-03-29 11:37:13 +0000 |
commit | 1603dbb50ab332164b916ff19cda38a2eb880938 (patch) | |
tree | 78a3796099a32ab2cadf667951a4f76373192d0b /x11-clocks/xmms-alarm | |
parent | f4ca475946e6083b742da600a74782ff63165784 (diff) | |
download | ports-1603dbb50ab332164b916ff19cda38a2eb880938.tar.gz ports-1603dbb50ab332164b916ff19cda38a2eb880938.zip |
Notes
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 |