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 | |
parent | 52b91fbdd7e1aa3c93ece45b1fde90f781156161 (diff) | |
download | freebsd-ports-gnome-a716ed30b4ec5aaca94420abe50a08fb9bd35234.tar.gz freebsd-ports-gnome-a716ed30b4ec5aaca94420abe50a08fb9bd35234.tar.zst freebsd-ports-gnome-a716ed30b4ec5aaca94420abe50a08fb9bd35234.zip |
use libtools from ports
Diffstat (limited to 'emulators/libvm68k')
-rw-r--r-- | emulators/libvm68k/Makefile | 4 | ||||
-rw-r--r-- | emulators/libvm68k/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile index b7f8784ed93d..928b45c5345d 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> diff --git a/emulators/libvm68k/pkg-plist b/emulators/libvm68k/pkg-plist index 0e11610d5644..efa8ff427c2b 100644 --- a/emulators/libvm68k/pkg-plist +++ b/emulators/libvm68k/pkg-plist @@ -11,6 +11,7 @@ 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 |