summaryrefslogtreecommitdiff
path: root/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure
blob: daea67f0d34c0ad90d2ddae82a1cc6fc7dde7a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-src_plugins_contrib_wxContribItems_wxthings_configure,v 1.1 2016/06/16 02:28:51 kamil Exp $

Fix shell portability issue.

--- src/plugins/contrib/wxContribItems/wxthings/configure.orig	2016-01-23 16:43:14.000000000 +0000
+++ src/plugins/contrib/wxContribItems/wxthings/configure
@@ -4619,7 +4619,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
@@ -6966,6 +6966,3 @@ fi
         echo "  Now, just run make."
         echo " ----------------------------------------------------------------"
         echo
-
-
-