summaryrefslogtreecommitdiff
path: root/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure
diff options
context:
space:
mode:
Diffstat (limited to 'editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure')
-rw-r--r--editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure b/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure
new file mode 100644
index 00000000000..daea67f0d34
--- /dev/null
+++ b/editors/codeblocks/patches/patch-src_plugins_contrib_wxContribItems_wxthings_configure
@@ -0,0 +1,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
+-
+-
+-