summaryrefslogtreecommitdiff
path: root/graphics/gd/patches/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gd/patches/patch-configure.ac')
-rw-r--r--graphics/gd/patches/patch-configure.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/gd/patches/patch-configure.ac b/graphics/gd/patches/patch-configure.ac
new file mode 100644
index 00000000000..f14693dcb45
--- /dev/null
+++ b/graphics/gd/patches/patch-configure.ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.ac,v 1.1 2015/09/25 05:19:25 richard Exp $
+update gdlib-config version info
+--- configure.ac.orig 2015-01-06 09:16:03.000000000 +0000
++++ configure.ac
+@@ -32,8 +32,9 @@ GDLIB_VERSION=gd_PKG_VERSION
+ # See http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
+
+ GDLIB_CURRENT=3
+-GDLIB_REVISION=0
+ GDLIB_AGE=0
++AC_SUBST(GDLIB_MAJOR)
++AC_SUBST(GDLIB_MINOR)
+ AC_SUBST(GDLIB_CURRENT)
+ AC_SUBST(GDLIB_REVISION)
+ AC_SUBST(GDLIB_AGE)