summaryrefslogtreecommitdiffstats
path: root/multimedia/smpeg-xmms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/smpeg-xmms/Makefile')
-rw-r--r--multimedia/smpeg-xmms/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/smpeg-xmms/Makefile b/multimedia/smpeg-xmms/Makefile
index 47d7a64..b20d773 100644
--- a/multimedia/smpeg-xmms/Makefile
+++ b/multimedia/smpeg-xmms/Makefile
@@ -24,12 +24,18 @@ PLIST_FILES= lib/xmms/Input/libsmpeg_xmms.so
USE_X_PREFIX= yes
USE_SDL= sdl
USE_GNOME= gnomehack gtk12
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
+USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/Input
do-install:
+ ${MKDIR} ${PREFIX}/lib/xmms/Input
${INSTALL_PROGRAM} \
${WRKSRC}/src/.libs/libsmpeg_xmms.so ${PREFIX}/lib/xmms/Input
OpenPOWER on IntegriCloud