diff options
-rw-r--r-- | graphics/gd/distinfo | 3 | ||||
-rw-r--r-- | graphics/gd/patches/patch-ac | 22 |
2 files changed, 24 insertions, 1 deletions
diff --git a/graphics/gd/distinfo b/graphics/gd/distinfo index d073da28c8f..1f8edc88a4b 100644 --- a/graphics/gd/distinfo +++ b/graphics/gd/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.27 2007/07/01 07:54:25 adam Exp $ +$NetBSD: distinfo,v 1.28 2008/09/22 17:44:49 adam Exp $ SHA1 (gd-2.0.35.tar.bz2) = ccf34a610abff2dbf133a20c4d2a4aa94939018a RMD160 (gd-2.0.35.tar.bz2) = f452a2c333b2ba9b7b4c143983ec2af18a335516 Size (gd-2.0.35.tar.bz2) = 1212730 bytes SHA1 (patch-aa) = 726107579811ce1f33b00bd4dbf13040c48120bb SHA1 (patch-ab) = 082f5baa2c147fb62381c21ecb3ce11a1891a2aa +SHA1 (patch-ac) = df9a1e9cd5c336fb888f59593ab1b83a02c5a1aa diff --git a/graphics/gd/patches/patch-ac b/graphics/gd/patches/patch-ac new file mode 100644 index 00000000000..5be945de4d9 --- /dev/null +++ b/graphics/gd/patches/patch-ac @@ -0,0 +1,22 @@ +$NetBSD: patch-ac,v 1.7 2008/09/22 17:44:49 adam Exp $ + +--- configure.orig 2008-09-22 17:26:32.000000000 +0200 ++++ configure +@@ -23117,7 +23117,7 @@ if test "${with_xpm+set}" = set; then + CPPFLAGS="$CPPFLAGS -I$withval/include" + fi + else +- withval=yes ++ withval=no + fi + + +@@ -24163,6 +24163,8 @@ do + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ++ : Avoid regenerating within pkgsrc ++ exit 0 + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; |