summaryrefslogtreecommitdiff
path: root/emulators/libvm68k/Makefile
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 /emulators/libvm68k/Makefile
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
Notes
Notes: svn path=/head/; revision=136637
Diffstat (limited to 'emulators/libvm68k/Makefile')
-rw-r--r--emulators/libvm68k/Makefile7
1 files changed, 3 insertions, 4 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>