diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-11-13 10:27:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-11-13 10:27:34 +0000 |
commit | 0b36ebd73f98e5d07a23e03807230556b47d64fc (patch) | |
tree | fed8b18b1899e41fc3e0b13db384ac4e2560364c /x11-wm | |
parent | Backport WindowMaker 0.92.0-r5 from Prefix. This revision bump includes a lo... (diff) | |
download | gentoo-2-0b36ebd73f98e5d07a23e03807230556b47d64fc.tar.gz gentoo-2-0b36ebd73f98e5d07a23e03807230556b47d64fc.tar.bz2 gentoo-2-0b36ebd73f98e5d07a23e03807230556b47d64fc.zip |
Add missing patch, sorry
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-gif-before-ungif.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-gif-before-ungif.patch b/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-gif-before-ungif.patch new file mode 100644 index 000000000000..7efc22989046 --- /dev/null +++ b/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-gif-before-ungif.patch @@ -0,0 +1,26 @@ +--- configure.ac ++++ configure.ac +@@ -705,17 +705,17 @@ + + if test "$gif" = yes; then + my_libname="" +- WM_CHECK_LIB(ungif, DGifOpenFileName, [$XLFLAGS $XLIBS]) +- if test "x$ac_cv_lib_ungif_DGifOpenFileName" = xyes; then +- my_libname=-lungif ++ WM_CHECK_LIB(gif, DGifOpenFileName, [$XLFLAGS $XLIBS]) ++ if test "x$ac_cv_lib_gif_DGifOpenFileName" = xyes; then ++ my_libname=-lgif + fi + dnl + dnl libungif is the same thing as libgif for all practical purposes. + dnl + if test "x$my_libname" = x; then +- WM_CHECK_LIB(gif, DGifOpenFileName, [$XLFLAGS $XLIBS]) +- if test "x$ac_cv_lib_gif_DGifOpenFileName" = xyes; then +- my_libname=-lgif ++ WM_CHECK_LIB(ungif, DGifOpenFileName, [$XLFLAGS $XLIBS]) ++ if test "x$ac_cv_lib_ungif_DGifOpenFileName" = xyes; then ++ my_libname=-lungif + fi + fi + |