aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk/files
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2000-09-10 22:07:20 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2000-09-10 22:07:20 +0000
commit55616103bde31f1297e397f2cf998ae49d7cf2f4 (patch)
tree305027cbbd235d24ffacce7c4d64903e75d1a5c2 /x11-toolkits/wxgtk/files
parent7d9b1f28c4a53d5cdc93e88bd0dfa2a0b9e752e1 (diff)
downloadports-55616103bde31f1297e397f2cf998ae49d7cf2f4.tar.gz
ports-55616103bde31f1297e397f2cf998ae49d7cf2f4.zip
Update 2.1.16 -> 2.2.1
PR: ports/21123 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=32498
Diffstat (limited to 'x11-toolkits/wxgtk/files')
-rw-r--r--x11-toolkits/wxgtk/files/patch-aa35
1 files changed, 30 insertions, 5 deletions
diff --git a/x11-toolkits/wxgtk/files/patch-aa b/x11-toolkits/wxgtk/files/patch-aa
index fb3c109b989b..a7cf0245b477 100644
--- a/x11-toolkits/wxgtk/files/patch-aa
+++ b/x11-toolkits/wxgtk/files/patch-aa
@@ -1,6 +1,6 @@
---- configure.in.orig Sun Apr 23 07:59:54 2000
-+++ configure.in Sun Apr 23 08:04:06 2000
-@@ -1974,16 +1974,12 @@
+--- configure.in.orig Sun Aug 20 17:52:52 2000
++++ configure.in Sat Aug 26 02:03:38 2000
+@@ -1999,16 +1999,12 @@
WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY}_gl.a"
dnl the name of the shared library
@@ -21,7 +21,32 @@
dnl shared library settings
SHARED_LD=
-@@ -3645,8 +3641,6 @@
+@@ -2742,24 +2738,6 @@
+ fi
+ fi
+
+-
+-CXXFLAGS=`echo "${CXXFLAGS}" | sed "s/\-O.//g" `
+-CFLAGS=`echo "${CFLAGS}" | sed "s/\-O.//g" `
+-if test "$wxUSE_OPTIMISE" = "no" ; then
+- OPTIMISE=
+-else
+- if test "$GCC" = yes ; then
+- OPTIMISE="-O2"
+- case "${host}" in
+- i586-*-*|i686-*-* )
+- OPTIMISE="${OPTIMISE} "
+- ;;
+- esac
+- else
+- OPTIMISE="-O"
+- fi
+-fi
+-
+ dnl ---------------------------------------------------------------------------
+ dnl Optional libraries
+ dnl ---------------------------------------------------------------------------
+@@ -3784,8 +3762,6 @@
AC_SUBST(WX_LIBRARY)
AC_SUBST(WX_TARGET_LIBRARY)
AC_SUBST(WX_LIBRARY_LINK1)
@@ -30,7 +55,7 @@
AC_SUBST(PROGRAM_EXT)
dnl global gl options
-@@ -3656,8 +3650,6 @@
+@@ -3795,8 +3771,6 @@
AC_SUBST(WX_LIBRARY_GL)
AC_SUBST(WX_TARGET_LIBRARY_GL)
AC_SUBST(WX_LIBRARY_LINK1_GL)