summaryrefslogtreecommitdiff
path: root/graphics/cal3d-examples/patches
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-26 22:01:24 +0000
committerwiz <wiz>2013-01-26 22:01:24 +0000
commitc90ae321053dd46220fb894396b88ebe9059402b (patch)
tree91b5c21057dc7c4f4fe035ad1a0d787734ef2efb /graphics/cal3d-examples/patches
parent3dabf4fb4355dc2723e40a6ed0b01116232531dc (diff)
downloadpkgsrc-c90ae321053dd46220fb894396b88ebe9059402b.tar.gz
automake-1.13 fixes.
Diffstat (limited to 'graphics/cal3d-examples/patches')
-rw-r--r--graphics/cal3d-examples/patches/patch-examples_cally_configure.in15
-rw-r--r--graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_configure.in15
-rw-r--r--graphics/cal3d-examples/patches/patch-tools_converter_configure.in15
3 files changed, 45 insertions, 0 deletions
diff --git a/graphics/cal3d-examples/patches/patch-examples_cally_configure.in b/graphics/cal3d-examples/patches/patch-examples_cally_configure.in
new file mode 100644
index 00000000000..4dddcbd6bdd
--- /dev/null
+++ b/graphics/cal3d-examples/patches/patch-examples_cally_configure.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-examples_cally_configure.in,v 1.1 2013/01/26 22:01:24 wiz Exp $
+
+automake-1.13 compat.
+
+--- examples/cally/configure.in.orig 2003-11-29 18:41:06.000000000 +0000
++++ examples/cally/configure.in
+@@ -12,7 +12,7 @@ dnl ************************************
+
+ AC_INIT(src/main.cpp)
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ AC_CANONICAL_SYSTEM
+
diff --git a/graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_configure.in b/graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_configure.in
new file mode 100644
index 00000000000..1811ce3433d
--- /dev/null
+++ b/graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_configure.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-examples_miniviewer__gl_configure.in,v 1.1 2013/01/26 22:01:24 wiz Exp $
+
+automake-1.13 compat.
+
+--- examples/miniviewer_gl/configure.in.orig 2003-11-29 18:41:06.000000000 +0000
++++ examples/miniviewer_gl/configure.in
+@@ -12,7 +12,7 @@ dnl ************************************
+
+ AC_INIT(src/main.cpp)
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ AC_CANONICAL_SYSTEM
+
diff --git a/graphics/cal3d-examples/patches/patch-tools_converter_configure.in b/graphics/cal3d-examples/patches/patch-tools_converter_configure.in
new file mode 100644
index 00000000000..9015094f0a4
--- /dev/null
+++ b/graphics/cal3d-examples/patches/patch-tools_converter_configure.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-tools_converter_configure.in,v 1.1 2013/01/26 22:01:24 wiz Exp $
+
+automake-1.13 compat.
+
+--- tools/converter/configure.in.orig 2003-11-29 18:41:06.000000000 +0000
++++ tools/converter/configure.in
+@@ -12,7 +12,7 @@ dnl ************************************
+
+ AC_INIT(src/main.cpp)
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ AC_CANONICAL_SYSTEM
+