diff options
-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 |