summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authoradam <adam>2008-09-22 17:44:49 +0000
committeradam <adam>2008-09-22 17:44:49 +0000
commit14b9bf99d28e2982d73a59cccd427cfde9949647 (patch)
tree9da6829d54e7e3fbeee3d251b5857778cfc9c51c /graphics/gd
parent54f655e4f27b5b82ed4be5a2b3c24b01b1b7a077 (diff)
downloadpkgsrc-14b9bf99d28e2982d73a59cccd427cfde9949647.tar.gz
Avoid dependency on libXpm; thanks to adrianp
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/distinfo3
-rw-r--r--graphics/gd/patches/patch-ac22
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 ;;