diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-20 21:47:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-20 21:47:45 +0000 |
commit | 20a095c453c2137392e57009d2a8055d48edca07 (patch) | |
tree | 65dbbcf982a13c983c0b449f98b75aa6ec976633 /media-libs/imlib2/files | |
parent | Marking stable x86, keywording ~sparc (diff) | |
download | historical-20a095c453c2137392e57009d2a8055d48edca07.tar.gz historical-20a095c453c2137392e57009d2a8055d48edca07.tar.bz2 historical-20a095c453c2137392e57009d2a8055d48edca07.zip |
fix searching for X libs #93300 and amd64 asm #93314
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-libs/imlib2/files')
-rw-r--r-- | media-libs/imlib2/files/imlib2-1.2.0.007-x-typo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/imlib2/files/imlib2-1.2.0.007-x-typo.patch b/media-libs/imlib2/files/imlib2-1.2.0.007-x-typo.patch new file mode 100644 index 000000000000..925398232022 --- /dev/null +++ b/media-libs/imlib2/files/imlib2-1.2.0.007-x-typo.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/93300 +--- configure ++++ configure +@@ -20251,7 +20251,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 |