From 7f44153281a28abf9f54db4292179516460951dc Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 1 Jun 2005 19:56:04 +0000 Subject: change the libtool version to use from 1.3 to 1.5 --- graphics/guilib/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'graphics/guilib') diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 3539c9b640fb..da600bd1493b 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -17,8 +17,13 @@ COMMENT= A very simple GUI framework for use with SDL USE_SDL= sdl USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 -LIBTOOLFLAGS= --disable-ltlibs --release-ignore +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes INSTALLS_SHLIB= yes +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-release $$(LT_RELEASE)||g' ${WRKSRC}/Makefile.in + .include -- cgit v1.2.3