aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk24/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-06-27 03:33:20 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-06-27 03:33:20 +0800
commited6a4db22ea5f62964b9493c98399f2c841b1163 (patch)
treea606468dc5fffd9ab355f9463e64c1afd05b9bf1 /x11-toolkits/wxgtk24/files
parent44e8898a7a8187b5c9cfad047da4a9a2ddf79ad3 (diff)
downloadfreebsd-ports-gnome-ed6a4db22ea5f62964b9493c98399f2c841b1163.tar.gz
freebsd-ports-gnome-ed6a4db22ea5f62964b9493c98399f2c841b1163.tar.zst
freebsd-ports-gnome-ed6a4db22ea5f62964b9493c98399f2c841b1163.zip
wxWindows (wxGTK). A cross-platform C++ GUI toolkit.
PR: 12298 Submitted by: Alexander Langer <alex@cichlids.com>
Diffstat (limited to 'x11-toolkits/wxgtk24/files')
-rw-r--r--x11-toolkits/wxgtk24/files/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk24/files/patch-aa b/x11-toolkits/wxgtk24/files/patch-aa
new file mode 100644
index 000000000000..ee9147edcbb4
--- /dev/null
+++ b/x11-toolkits/wxgtk24/files/patch-aa
@@ -0,0 +1,24 @@
+--- configure.orig Sat Jun 19 14:34:17 1999
++++ configure Sat Jun 19 14:34:30 1999
+@@ -6424,18 +6424,18 @@
+ if test x$gtk_config_exec_prefix != x ; then
+ gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
+ if test x${GTK_CONFIG+set} != xset ; then
+- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
++ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk10-config
+ fi
+ fi
+ if test x$gtk_config_prefix != x ; then
+ gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
+ if test x${GTK_CONFIG+set} != xset ; then
+- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
++ GTK_CONFIG=$gtk_config_prefix/bin/gtk10-config
+ fi
+ fi
+
+ # Extract the first word of "gtk-config", so it can be a program name with args.
+-set dummy gtk-config; ac_word=$2
++set dummy gtk10-config; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+ echo "configure:6441: checking for $ac_word" >&5
+ if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then