* [gentoo-commits] gentoo-x86 commit in x11-wm/windowmaker/files/0.92.0: windowmaker-0.92.0-gif-before-ungif.patch
@ 2007-11-13 10:27 Fabian Groffen (grobian)
0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2007-11-13 10:27 UTC (permalink / raw
To: gentoo-commits
grobian 07/11/13 10:27:35
Added: windowmaker-0.92.0-gif-before-ungif.patch
Log:
Add missing patch, sorry
(Portage version: 2.1.3.9)
Revision Changes Path
1.1 x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-gif-before-ungif.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-gif-before-ungif.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-gif-before-ungif.patch?rev=1.1&content-type=text/plain
Index: windowmaker-0.92.0-gif-before-ungif.patch
===================================================================
--- 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
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-13 10:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13 10:27 [gentoo-commits] gentoo-x86 commit in x11-wm/windowmaker/files/0.92.0: windowmaker-0.92.0-gif-before-ungif.patch Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox