diff options
Diffstat (limited to 'graphics/gd/files/patch-configure')
-rw-r--r-- | graphics/gd/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gd/files/patch-configure b/graphics/gd/files/patch-configure new file mode 100644 index 000000000000..2136100cb050 --- /dev/null +++ b/graphics/gd/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.bak 2016-06-24 07:52:14.000000000 +0200 ++++ configure 2016-07-10 01:24:57.924934000 +0200 +@@ -2463,7 +2463,7 @@ + # Dynamic library version information + # See http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info + +-GDLIB_LT_CURRENT=3 ++GDLIB_LT_CURRENT=6 + GDLIB_LT_REVISION=$(printf '%i%02i%02i' $GDLIB_MAJOR $GDLIB_MINOR $GDLIB_REVISION) + GDLIB_LT_AGE=0 + |