diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
commit | 7f44153281a28abf9f54db4292179516460951dc (patch) | |
tree | f0cbd198d34668e8d3997d4c3f820de3e33aa98c /emulators/libvm68k | |
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 'emulators/libvm68k')
-rw-r--r-- | emulators/libvm68k/Makefile | 7 | ||||
-rw-r--r-- | emulators/libvm68k/pkg-plist | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile index 9cb91a971d4f..ffc38dec5887 100644 --- a/emulators/libvm68k/Makefile +++ b/emulators/libvm68k/Makefile @@ -15,15 +15,14 @@ MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= M68000 virtual machine library -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e '/^#define _POSIX_C_SOURCE 199506L/d' \ ${WRKSRC}/memory.cc ${WRKSRC}/memory_map.cc ${WRKSRC}/version.cc - @${REINPLACE_CMD} -e '/^LTLIBRELEASE=/d' \ - -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir| ; \ + s|LTLIBRELEASE=".*"|LTLIBRELEASE=|' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/emulators/libvm68k/pkg-plist b/emulators/libvm68k/pkg-plist index efa8ff427c2b..0e11610d5644 100644 --- a/emulators/libvm68k/pkg-plist +++ b/emulators/libvm68k/pkg-plist @@ -11,7 +11,6 @@ include/vm68k/types.h info/libvm68k.info @exec install-info %D/info/libvm68k.info %D/info/dir lib/libvm68k.a -lib/libvm68k.la lib/libvm68k.so lib/libvm68k.so.4 @dirrm include/vm68k |