summaryrefslogtreecommitdiff
path: root/net/crescendo
diff options
context:
space:
mode:
Diffstat (limited to 'net/crescendo')
-rw-r--r--net/crescendo/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile
index 17f35b734e45..a8be9b74b797 100644
--- a/net/crescendo/Makefile
+++ b/net/crescendo/Makefile
@@ -20,7 +20,8 @@ RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_LIBTOOL_VER=13
+USE_REINPLACE= yes
+USE_LIBTOOL_VER=15
CONFIGURE_ARGS+= --enable-compile-warnings=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
@@ -31,6 +32,10 @@ MODIFY= Makefile.in data/Makefile.in
USE_X_PREFIX= yes
USE_GNOME= gnomelibs
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
pre-patch:
.for i in ${MODIFY}
@${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed