summaryrefslogtreecommitdiffhomepage
path: root/patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-02-01 13:44:12 +0100
committerØrjan Malde <red@foxi.me>2022-02-01 13:44:12 +0100
commit2a4a69139a5241c57b23a645d9fed9131504bb56 (patch)
treebfa98ade105c9fafda0bc3410f88c57cd56f9531 /patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch
parentfa7d5d3b6cce1aee7479876e070c1b3bc4ebda37 (diff)
downloadmidipix_build-2a4a69139a5241c57b23a645d9fed9131504bb56.tar.bz2
midipix_build-2a4a69139a5241c57b23a645d9fed9131504bb56.tar.xz
patches/ drop old patches
Signed-off-by: Ørjan Malde <red@foxi.me>
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, 0 insertions, 11 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
deleted file mode 100644
index c3d4e8c1..00000000
--- a/patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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}])
-