diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-27 19:12:21 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-27 19:12:21 +0000 |
commit | 423c191eb95d8df3004581e3a4d15f28f42c7f44 (patch) | |
tree | 0beb1c374f4c2f4c690140959d7948a4abec6b6d /emulators/tme/files/patch-Makefile.am | |
parent | Add debug output to staticFiltering unit test (diff) |
Convert to USES=libtool. Because the bundled libtool is too old to work
with devel/libltdl libtoolize and other autotools are needed.
Notes
Notes:
svn path=/head/; revision=366341
Diffstat (limited to 'emulators/tme/files/patch-Makefile.am')
-rw-r--r-- | emulators/tme/files/patch-Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/tme/files/patch-Makefile.am b/emulators/tme/files/patch-Makefile.am new file mode 100644 index 000000000000..4578b84911f1 --- /dev/null +++ b/emulators/tme/files/patch-Makefile.am @@ -0,0 +1,12 @@ +--- 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: + # |