aboutsummaryrefslogtreecommitdiff
path: root/devel/t1lib
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-05-31 19:00:51 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-05-31 19:00:51 +0000
commit0f12fcc8c78dfd485816e8211d56ed0d8d8709cb (patch)
tree240e0e22ded18ec6f88d0c6795559809e740a137 /devel/t1lib
parent4428b915f75e3669962d230fe556b4aa35284383 (diff)
downloadports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.tar.gz
ports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.zip
change the libtool version to use from 1.3 to 1.5
Notes
Notes: svn path=/head/; revision=136553
Diffstat (limited to 'devel/t1lib')
-rw-r--r--devel/t1lib/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile
index 9d9cb4a0af18..566a36f411d2 100644
--- a/devel/t1lib/Makefile
+++ b/devel/t1lib/Makefile
@@ -20,7 +20,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A Type 1 Rasterizer Library for UNIX/X11
USE_GMAKE= yes
-USE_LIBTOOL_VER= 13
+USE_REINPLACE= yes
+USE_INC_LIBTOOL_VER=15
ALL_TARGET= without_doc
INSTALLS_SHLIB= yes
@@ -33,6 +34,15 @@ CONFIGURE_ARGS+= --without-x
PLIST_SUB+= X11="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|' \
+ ${WRKSRC}/xglyph/Makefile.in ${WRKSRC}/lib/type1/Makefile.in \
+ ${WRKSRC}/lib/t1lib/Makefile.in ${WRKSRC}/lib/Makefile.in \
+ ${WRKSRC}/type1afm/Makefile.in ${WRKSRC}/examples/Makefile.in
+
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}