summaryrefslogtreecommitdiffhomepage
path: root/patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-06-07 15:19:20 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-06-07 15:19:20 +0000
commit7670fc6b9bca0938df3a28f505ccf1a4e35a8ebd (patch)
tree46f0a6b15a4f4b0da66b20062538121ab60095e4 /patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch
parent52e2925ffbc9741180aa1e19017166a34272c3ff (diff)
downloadmidipix_build-7670fc6b9bca0938df3a28f505ccf1a4e35a8ebd.tar.bz2
midipix_build-7670fc6b9bca0938df3a28f505ccf1a4e35a8ebd.tar.xz
patches/classpath/classpath-0.99.*.patch: via Redfoxmoon.
Diffstat (limited to 'patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch')
-rw-r--r--patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch b/patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch
new file mode 100644
index 00000000..c3d4e8c1
--- /dev/null
+++ b/patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch
@@ -0,0 +1,11 @@
+--- classpath-0.99.orig/configure.ac 2012-03-08 19:03:15.000000000 +0100
++++ classpath-0.99/configure.ac 2018-06-07 16:14:32.962168731 +0200
+@@ -553,7 +553,7 @@
+ dnl Check if we can link against the XTest library and set
+ dnl HAVE_XTEST accordingly.
+ AC_CHECK_LIB([Xtst], [XTestQueryExtension],
+- [AC_DEFINE(HAVE_XTEST, 1, [Define to 1 if you have libXtst.])[XTEST_LIBS="$XTEST_LIBS -X11 -lXtst"]],
++ [AC_DEFINE(HAVE_XTEST, 1, [Define to 1 if you have libXtst.])[XTEST_LIBS="$XTEST_LIBS -lX11 -lXtst"]],
+ [true],
+ [${X_LIBS}])
+