mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 10:18:09 -04:00
23 lines
729 B
Plaintext
23 lines
729 B
Plaintext
$NetBSD: patch-src_sdk_wxpropgrid_configure,v 1.1 2016/06/16 02:28:51 kamil Exp $
|
|
|
|
Fix shell portability issue.
|
|
|
|
--- src/sdk/wxpropgrid/configure.orig 2016-01-23 16:43:00.000000000 +0000
|
|
+++ src/sdk/wxpropgrid/configure
|
|
@@ -4628,7 +4628,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
|
|
@@ -6835,6 +6835,3 @@ fi
|
|
echo " Now, just run make."
|
|
echo " ----------------------------------------------------------------"
|
|
echo
|
|
-
|
|
-
|
|
-
|