diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-05 21:45:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-05 21:45:58 +0800 |
commit | f3d25b849a0b634d17f060019516fb088e7e7894 (patch) | |
tree | a6481bf825763e082169c4f29a3e0467a20a413d /graphics/cal3d/files | |
parent | 737c49f3250e375a1cec537707ea574778afd4f3 (diff) | |
download | freebsd-ports-gnome-f3d25b849a0b634d17f060019516fb088e7e7894.tar.gz freebsd-ports-gnome-f3d25b849a0b634d17f060019516fb088e7e7894.tar.zst freebsd-ports-gnome-f3d25b849a0b634d17f060019516fb088e7e7894.zip |
Remove patches and patch Makefile.in instead of Makefile.am to avoid
USE_AUTOTOOLS
Diffstat (limited to 'graphics/cal3d/files')
-rw-r--r-- | graphics/cal3d/files/patch-aclocal.m4 | 12 | ||||
-rw-r--r-- | graphics/cal3d/files/patch-configure.in | 7 |
2 files changed, 0 insertions, 19 deletions
diff --git a/graphics/cal3d/files/patch-aclocal.m4 b/graphics/cal3d/files/patch-aclocal.m4 deleted file mode 100644 index 15e61076f5f8..000000000000 --- a/graphics/cal3d/files/patch-aclocal.m4 +++ /dev/null @@ -1,12 +0,0 @@ ---- aclocal.m4.orig 2006-06-29 11:04:20.000000000 -0500 -+++ aclocal.m4 2010-09-28 19:09:08.000000000 -0500 -@@ -6392,3 +6392,3 @@ - # generated from the m4 files accompanying Automake X.Y. --AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) -+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="%%AUTOMAKE_VERSION%%"]) - -@@ -6399,3 +6399,3 @@ - AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -- [AM_AUTOMAKE_VERSION([1.9.6])]) -+ [AM_AUTOMAKE_VERSION([%%AUTOMAKE_APIVER%%])]) - diff --git a/graphics/cal3d/files/patch-configure.in b/graphics/cal3d/files/patch-configure.in deleted file mode 100644 index e03668c22a78..000000000000 --- a/graphics/cal3d/files/patch-configure.in +++ /dev/null @@ -1,7 +0,0 @@ ---- configure.in.orig 2006-06-18 12:30:59.000000000 +0000 -+++ configure.in 2013-06-18 18:48:55.000000000 +0000 -@@ -68,3 +68,3 @@ - --AC_OUTPUT(Makefile src/Makefile src/cal3d/Makefile docs/Makefile docs/api/Makefile docs/shared/Makefile tests/Makefile tests/run cal3d.pc src/cal3d_converter.1 fileformats.txt) -+AC_OUTPUT(Makefile src/Makefile src/cal3d/Makefile docs/Makefile docs/api/Makefile docs/shared/Makefile cal3d.pc src/cal3d_converter.1 fileformats.txt) - |