You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-libs/libX11/files/libX11-1.1.4-aix-pthread.patch

12 lines
300 B

--- configure.ac.orig 2008-07-21 15:48:33 +0200
+++ configure.ac 2008-07-21 15:49:23 +0200
@@ -198,6 +198,8 @@
XTHREADLIB="-pthread" ;;
solaris*)
XTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS" ;;
+ aix*)
+ XTHREAD_CFLAGS="-pthread" ;;
esac
fi
AC_SUBST(XTHREADLIB)