summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxmozilla/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxmozilla/files')
-rw-r--r--x11-toolkits/wxmozilla/files/patch-configure20
-rw-r--r--x11-toolkits/wxmozilla/files/patch-ltmain.sh15
2 files changed, 35 insertions, 0 deletions
diff --git a/x11-toolkits/wxmozilla/files/patch-configure b/x11-toolkits/wxmozilla/files/patch-configure
new file mode 100644
index 0000000..c4262ed
--- /dev/null
+++ b/x11-toolkits/wxmozilla/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig Mon Feb 2 14:55:50 2004
++++ configure Mon Feb 2 14:56:59 2004
+@@ -10135,7 +10135,7 @@
+ fi
+
+
+-if test "$build_python" == "yes" ; then
++if test "$build_python" = "yes" ; then
+
+
+
+@@ -10315,7 +10315,7 @@
+ fi
+
+
+-if test $build_python == yes; then
++if test $build_python = yes; then
+ BUILD_PYTHON_TRUE=
+ BUILD_PYTHON_FALSE='#'
+ else
diff --git a/x11-toolkits/wxmozilla/files/patch-ltmain.sh b/x11-toolkits/wxmozilla/files/patch-ltmain.sh
new file mode 100644
index 0000000..e5e2707
--- /dev/null
+++ b/x11-toolkits/wxmozilla/files/patch-ltmain.sh
@@ -0,0 +1,15 @@
+--- ltmain.sh.orig Mon Feb 2 14:01:02 2004
++++ ltmain.sh Mon Feb 2 14:01:19 2004
+@@ -4394,10 +4394,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
OpenPOWER on IntegriCloud