diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 05:34:45 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 05:34:45 +0800 |
commit | d3cdb4a1ee63a332869a62744460f72668faca4d (patch) | |
tree | a7afccfa445b833b6bab4c077cb69e174da9d292 /devel/e4graph | |
parent | 656da91ebad44a72b5fadb6edb3c0fb3dd545b2c (diff) | |
download | freebsd-ports-graphics-d3cdb4a1ee63a332869a62744460f72668faca4d.tar.gz freebsd-ports-graphics-d3cdb4a1ee63a332869a62744460f72668faca4d.tar.zst freebsd-ports-graphics-d3cdb4a1ee63a332869a62744460f72668faca4d.zip |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'devel/e4graph')
-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 aad0dec9b6d..bd5d67d18cf 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 |