summaryrefslogtreecommitdiff
path: root/graphics/guilib
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-01 19:56:04 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-01 19:56:04 +0000
commit7f44153281a28abf9f54db4292179516460951dc (patch)
treef0cbd198d34668e8d3997d4c3f820de3e33aa98c /graphics/guilib
parent. pre-install -> pre-su-install as this port may create a directory in (diff)
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'graphics/guilib')
-rw-r--r--graphics/guilib/Makefile9
1 files changed, 7 insertions, 2 deletions
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 <bsd.port.mk>