freebsd-ports/emulators/tme/files/patch-Makefile.am
Tijl Coosemans 423c191eb9 Convert to USES=libtool. Because the bundled libtool is too old to work
with devel/libltdl libtoolize and other autotools are needed.
2014-08-27 19:12:21 +00:00

12 lines
322 B
Text

--- Makefile.am.orig
+++ Makefile.am
@@ -4,7 +4,8 @@
AUTOMAKE_OPTIONS = 1.4 gnu
SUBDIRS = tme libltdl libtme generic ic machine host bus serial scsi tmesh tools
EXTRA_DIST = modules dist
-pkglib_DATA = tmeconfig.h
+tmeconfigdir = $(pkglibdir)
+tmeconfig_DATA = tmeconfig.h
# target to hook into the distribution:
#