diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
commit | 2577d7b175c040f4c4136b21adac34e0904265e9 (patch) | |
tree | 59bf0cbd4ae0d28e23fe565e2c9d81eede9ff048 /graphics/guilib | |
parent | 342a262e8b6eeebcfe640913eb2778cb552186a1 (diff) | |
download | FreeBSD-ports-2577d7b175c040f4c4136b21adac34e0904265e9.zip FreeBSD-ports-2577d7b175c040f4c4136b21adac34e0904265e9.tar.gz |
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'graphics/guilib')
-rw-r--r-- | graphics/guilib/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 3539c9b..da600bd 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> |