summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/imlib2/files/imlib2-1.2.0.004-x-lib.patch')
-rw-r--r--media-libs/imlib2/files/imlib2-1.2.0.004-x-lib.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-libs/imlib2/files/imlib2-1.2.0.004-x-lib.patch b/media-libs/imlib2/files/imlib2-1.2.0.004-x-lib.patch
new file mode 100644
index 000000000000..f060ab576c1a
--- /dev/null
+++ b/media-libs/imlib2/files/imlib2-1.2.0.004-x-lib.patch
@@ -0,0 +1,15 @@
+Fix a typo.
+
+http://bugs.gentoo.org/show_bug.cgi?id=88546
+
+--- configure
++++ configure
+@@ -20231,7 +20231,7 @@
+ # See if we find them without any special options.
+ # Don't add to $LIBS permanently.
+ ac_save_LIBS=$LIBS
+- LIBS="-lX $LIBS"
++ LIBS="-lX11 $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF