diff options
author | salo <salo> | 2006-10-08 04:29:59 +0000 |
---|---|---|
committer | salo <salo> | 2006-10-08 04:29:59 +0000 |
commit | 80aec86c478ab162ef488fc251b483f96566d9c0 (patch) | |
tree | 907694586560f533107ee57626d88dd684f66d1d /x11/wxGTK/patches | |
parent | b8c3ccd4708ae4121a04e1b9bcdef834d1a82959 (diff) | |
download | pkgsrc-80aec86c478ab162ef488fc251b483f96566d9c0.tar.gz |
Fix 'test ... == ...' cases in configure.
Diffstat (limited to 'x11/wxGTK/patches')
-rw-r--r-- | x11/wxGTK/patches/patch-aa | 24 |
1 files changed, 21 insertions, 3 deletions
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 ;; |