aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/aalib
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-06-02 03:56:04 +0800
committeroliver <oliver@FreeBSD.org>2005-06-02 03:56:04 +0800
commit2577d7b175c040f4c4136b21adac34e0904265e9 (patch)
tree59bf0cbd4ae0d28e23fe565e2c9d81eede9ff048 /graphics/aalib
parent342a262e8b6eeebcfe640913eb2778cb552186a1 (diff)
downloadfreebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.tar.gz
freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.tar.zst
freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.zip
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'graphics/aalib')
-rw-r--r--graphics/aalib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile
index 3adb436fdab9..234774f5b588 100644
--- a/graphics/aalib/Makefile
+++ b/graphics/aalib/Makefile
@@ -18,7 +18,7 @@ COMMENT= An ascii art library
WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0
USE_REINPLACE= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
.if !defined(WITHOUT_X11)
@@ -56,7 +56,8 @@ post-extract:
post-patch:
@${RM} -f ${WRKSRC}/config.cache
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g; \
- s|MAKEINFO=makeinfo|MAKEINFO="makeinfo --no-split"|g' \
+ s|MAKEINFO=makeinfo|MAKEINFO="makeinfo --no-split"|g ; \
+ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
@${FIND} ${WRKSRC} \( -name '*.[ch]' \! -name acconfig.h \) \
| ${XARGS} ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g'