diff options
Diffstat (limited to 'devel/e4graph/Makefile')
-rw-r--r-- | devel/e4graph/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile index aad0dec9b6d5..bd5d67d18cff 100644 --- a/devel/e4graph/Makefile +++ b/devel/e4graph/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/all USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \ --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} --enable-tcl \ --with-expat=${LOCALBASE} --enable-xml @@ -47,7 +47,9 @@ TCLVND= ${TCL_VER:S/.//} post-patch: @${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g ; \ - s|gcc -shared|$$(CC) -shared|g' ${WRKSRC}/configure + s|gcc -shared|$$(CC) -shared|g ; \ + s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure post-install: .for file in testcore testcores |