summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk26/files/patch-configure
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-17 05:26:32 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-17 05:26:32 +0800
commit0216829af1593da19d502a2845c59ace1a239037 (patch)
tree8f9f0d29254677da1a85efcf1baff08ed09ce99b /x11-toolkits/wxgtk26/files/patch-configure
parentb213eec8b81f1a92d0c25d656d293e3621659e81 (diff)
downloadmarcuscom-ports-0216829af1593da19d502a2845c59ace1a239037.tar.gz
marcuscom-ports-0216829af1593da19d502a2845c59ace1a239037.tar.zst
marcuscom-ports-0216829af1593da19d502a2845c59ace1a239037.zip
Add wxgtk26, fix the runtime by add pangox in pkg-config. Thanks to marcus for
hint. The demos, vlc and py-bittornado work again. I only bump the PORTREVISION in wxgtk26, so I am not sure if other wxgtk26-* need too. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4517 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/wxgtk26/files/patch-configure')
-rw-r--r--x11-toolkits/wxgtk26/files/patch-configure41
1 files changed, 41 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26/files/patch-configure b/x11-toolkits/wxgtk26/files/patch-configure
new file mode 100644
index 000000000..2b3d5be8d
--- /dev/null
+++ b/x11-toolkits/wxgtk26/files/patch-configure
@@ -0,0 +1,41 @@
+--- configure.orig Thu Apr 21 00:32:34 2005
++++ configure Thu May 5 16:17:57 2005
+@@ -33918,7 +33918,7 @@
+ fi
+ ;;
+ *-*-freebsd*)
+- THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
++ THREAD_OPTS="$PTHREAD_LIBS"
+ ;;
+ *-*-darwin* | *-*-cygwin* )
+ THREAD_OPTS=""
+@@ -33955,6 +33955,12 @@
+ echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
+ ;;
+
++ -pthread|-l*)
++ echo "$as_me:$LINENO: checking for the pthreads library $flag" >&5
++echo $ECHO_N "checking for the pthreads library $flag... $ECHO_C" >&6
++ THREADS_LINK="$flag"
++ ;;
++
+ -*)
+ echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
+ echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
+@@ -35210,6 +35216,7 @@
+ fi
+ fi
+ fi
++TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} ${PTHREAD_CFLAGS}"
+
+ if test "$WXGTK20" = 1 ; then
+ cat >>confdefs.h <<_ACEOF
+@@ -35330,7 +35337,7 @@
+ OPTIMISE="-O"
+ fi
+ fi
+-
++OPTIMISE=
+
+ if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
+ cat >>confdefs.h <<\_ACEOF