diff options
author | eik <eik@FreeBSD.org> | 2004-06-19 19:14:08 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-06-19 19:14:08 +0800 |
commit | a716ed30b4ec5aaca94420abe50a08fb9bd35234 (patch) | |
tree | 24d54727becd78db8ba403f3c1b0e032dce58b2c /emulators/libvm68k/Makefile | |
parent | 52b91fbdd7e1aa3c93ece45b1fde90f781156161 (diff) | |
download | freebsd-ports-graphics-a716ed30b4ec5aaca94420abe50a08fb9bd35234.tar.gz freebsd-ports-graphics-a716ed30b4ec5aaca94420abe50a08fb9bd35234.tar.zst freebsd-ports-graphics-a716ed30b4ec5aaca94420abe50a08fb9bd35234.zip |
use libtools from ports
Diffstat (limited to 'emulators/libvm68k/Makefile')
-rw-r--r-- | emulators/libvm68k/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile index b7f8784ed93..928b45c5345 100644 --- a/emulators/libvm68k/Makefile +++ b/emulators/libvm68k/Makefile @@ -17,11 +17,13 @@ COMMENT= M68000 virtual machine library USE_LIBTOOL_VER=13 USE_REINPLACE= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore 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} .include <bsd.port.mk> |