diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 03:28:55 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 03:28:55 +0000 |
commit | c67bdf76cb70ecf258de2b5b8828fab2848f510f (patch) | |
tree | 174852bdf1b030ee1946f353ec518f1a52464b9d /devel/gaul | |
parent | 8563c2ad7ce0066128f21b1ee9c9b7b180153e27 (diff) | |
download | ports-c67bdf76cb70ecf258de2b5b8828fab2848f510f.tar.gz ports-c67bdf76cb70ecf258de2b5b8828fab2848f510f.zip |
Notes
Diffstat (limited to 'devel/gaul')
-rw-r--r-- | devel/gaul/files/patch-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gaul/files/patch-Makefile.am b/devel/gaul/files/patch-Makefile.am new file mode 100644 index 000000000000..067456489e7f --- /dev/null +++ b/devel/gaul/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- ./Makefile.am.orig 2009-01-19 02:10:49.000000000 -0500 ++++ ./Makefile.am 2009-01-19 02:11:12.000000000 -0500 +@@ -30,7 +30,7 @@ + # require automake 1.4 + AUTOMAKE_OPTIONS = 1.4 + +-SUBDIRS = util src tests debian . ++SUBDIRS = util src . + + # Configuration process should create gaul.spec from a gaul.spec.in file. + EXTRA_DIST = gaul-devel.spec gaul-devel-noslang.spec autogen.sh |