pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

codelite: Fix shell portability issue



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jun 15 11:58:19 2016 +0200
Changeset:	9653a32e4c07d9514ebf8eb7dea4051c8e0a4335

Modified Files:
	codelite/distinfo
Added Files:
	codelite/patches/patch-sdk_wxsqlite3_configure

Log Message:
codelite: Fix shell portability issue

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9653a32e4c07d9514ebf8eb7dea4051c8e0a4335

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 codelite/distinfo                              |  1 +
 codelite/patches/patch-sdk_wxsqlite3_configure | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diffs:
diff --git a/codelite/distinfo b/codelite/distinfo
index 26b8523..782539d 100644
--- a/codelite/distinfo
+++ b/codelite/distinfo
@@ -4,3 +4,4 @@ SHA1 (codelite-9.1.tar.gz) = a177e3c04612d96918361fcaae226e23f68be90a
 RMD160 (codelite-9.1.tar.gz) = b0ccb31eeadc5a342eba3a562044131868f7ceca
 SHA512 (codelite-9.1.tar.gz) = e7caa895c5ba62def98a50a46132940f7135c77ebe3d2fce7f1d83755ed6ce7dfc6aeb013a665b28eb969afcc1004f49284a253297d2317e72bda5f3945ce978
 Size (codelite-9.1.tar.gz) = 90366396 bytes
+SHA1 (patch-sdk_wxsqlite3_configure) = 212eb522fe97a9d44f04fe183087210ac8c34372
diff --git a/codelite/patches/patch-sdk_wxsqlite3_configure b/codelite/patches/patch-sdk_wxsqlite3_configure
new file mode 100644
index 0000000..c3f88c4
--- /dev/null
+++ b/codelite/patches/patch-sdk_wxsqlite3_configure
@@ -0,0 +1,20 @@
+$NetBSD$
+
+--- sdk/wxsqlite3/configure.orig	2016-01-30 10:49:18.000000000 +0000
++++ sdk/wxsqlite3/configure
+@@ -5717,7 +5717,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
+@@ -8045,6 +8045,3 @@ echo "$as_me: error:
+         echo "  Now, just run make."
+         echo " ----------------------------------------------------------------"
+         echo
+-
+-
+-


Home | Main Index | Thread Index | Old Index