diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-02-02 07:49:25 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-02-02 07:49:25 +0000 |
commit | 63e0320cf0369bba41316771a89e668c00ddac42 (patch) | |
tree | ab37e91abb3377a64e60ac9e5b1dad5d824da9fa /x11-toolkits/wxmozilla/files | |
parent | f161535de0781246c52c8f881d996af4956aa188 (diff) | |
download | FreeBSD-ports-63e0320cf0369bba41316771a89e668c00ddac42.zip FreeBSD-ports-63e0320cf0369bba41316771a89e668c00ddac42.tar.gz |
add wxmozilla 0.5.3
Embedding Mozilla in wxWindows
Diffstat (limited to 'x11-toolkits/wxmozilla/files')
-rw-r--r-- | x11-toolkits/wxmozilla/files/patch-configure | 20 | ||||
-rw-r--r-- | x11-toolkits/wxmozilla/files/patch-ltmain.sh | 15 |
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" |