summaryrefslogtreecommitdiff
path: root/x11/wxGTK
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-10-08 04:29:59 +0000
committersalo <salo@pkgsrc.org>2006-10-08 04:29:59 +0000
commit89bb32a600c480996ad16c07256354f258c1c715 (patch)
tree907694586560f533107ee57626d88dd684f66d1d /x11/wxGTK
parentc2f834453a6055d019419ae92c75289e947ecfbd (diff)
downloadpkgsrc-89bb32a600c480996ad16c07256354f258c1c715.tar.gz
Fix 'test ... == ...' cases in configure.
Diffstat (limited to 'x11/wxGTK')
-rw-r--r--x11/wxGTK/distinfo4
-rw-r--r--x11/wxGTK/patches/patch-aa24
2 files changed, 23 insertions, 5 deletions
diff --git a/x11/wxGTK/distinfo b/x11/wxGTK/distinfo
index 571590a8b4c..58b1ed07b2b 100644
--- a/x11/wxGTK/distinfo
+++ b/x11/wxGTK/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2006/07/10 14:47:06 joerg Exp $
+$NetBSD: distinfo,v 1.27 2006/10/08 04:29:59 salo Exp $
SHA1 (wxGTK-2.6.3.tar.bz2) = 7c2dfe27a56aa99b4ea557a436bf84a13a579a9d
RMD160 (wxGTK-2.6.3.tar.bz2) = d7465860d7c07b42d299d4b4c5d015b25f96a9dd
@@ -6,5 +6,5 @@ Size (wxGTK-2.6.3.tar.bz2) = 7213119 bytes
SHA1 (wxGTK-2.6.3-libtool.diff2.bz2) = e79d3efcf21859911d87ab9a7c8e3c90d7455d8c
RMD160 (wxGTK-2.6.3-libtool.diff2.bz2) = 3250c47641c023228e44e6477ecb7aaf68280422
Size (wxGTK-2.6.3-libtool.diff2.bz2) = 136484 bytes
-SHA1 (patch-aa) = 159a42a05fe9287931e46bfdd1adfa7cfa9d36a3
+SHA1 (patch-aa) = 0ef5ae28b70a3290e37363193248365f4cf03cec
SHA1 (patch-ab) = 3e9c6bc0df33e466390a4f6483b1c84e2eb9257b
diff --git a/x11/wxGTK/patches/patch-aa b/x11/wxGTK/patches/patch-aa
index 85ed8f3f08f..44782944e29 100644
--- a/x11/wxGTK/patches/patch-aa
+++ b/x11/wxGTK/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.9 2006/03/30 15:28:12 joerg Exp $
+$NetBSD: patch-aa,v 1.10 2006/10/08 04:29:59 salo Exp $
---- configure.orig 2006-03-21 23:42:05.000000000 +0000
-+++ configure
+--- configure.orig 2006-03-22 00:42:05.000000000 +0100
++++ configure 2006-10-08 06:26:28.000000000 +0200
@@ -1820,7 +1820,7 @@ _ACEOF
DEFAULT_DEFAULT_wxUSE_MOTIF=1
@@ -40,6 +40,24 @@ $NetBSD: patch-aa,v 1.9 2006/03/30 15:28:12 joerg Exp $
flag="-D_THREAD_SAFE"
;;
*-hp-hpux* )
+@@ -42959,7 +42963,7 @@ echo "$as_me: WARNING: GStreamer install
+
+
+
+- if test "x$GST_INSPECT" == "x"; then
++ if test "x$GST_INSPECT" = "x"; then
+ # Extract the first word of "gst-inspect", so it can be a program name with args.
+ set dummy gst-inspect; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5
+@@ -44788,7 +44792,7 @@ echo "${ECHO_T}$bakefile_cv_gcc31" >&6
+ SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
+ fi
+
+- if test "x$GCC" == "xyes"; then
++ if test "x$GCC" = "xyes"; then
+ PIC_FLAG="-dynamic -fPIC"
+ fi
+ if test "x$XLCC" = "xyes"; then
@@ -45354,7 +45358,7 @@ EOF
;;