* [gentoo-commits] gentoo-x86 commit in net-im/ekg/files: ekg-1.8_rc1-missing-prototypes.patch ekg-1.8_rc1-libgif.patch
@ 2011-03-21 17:04 Kevin McCarthy (signals)
0 siblings, 0 replies; only message in thread
From: Kevin McCarthy (signals) @ 2011-03-21 17:04 UTC (permalink / raw
To: gentoo-commits
signals 11/03/21 17:04:44
Added: ekg-1.8_rc1-missing-prototypes.patch
ekg-1.8_rc1-libgif.patch
Log:
Respect LDFLAGS #333797. Drop invalid threads use flag. Remove unrecognized configure flags. Use libgif instead of libungif. Add missing prototypes.
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Revision Changes Path
1.1 net-im/ekg/files/ekg-1.8_rc1-missing-prototypes.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg/files/ekg-1.8_rc1-missing-prototypes.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg/files/ekg-1.8_rc1-missing-prototypes.patch?rev=1.1&content-type=text/plain
Index: ekg-1.8_rc1-missing-prototypes.patch
===================================================================
Add missing prototypes so compile doesn't complain.
Patch by Kevin McCarthy <signals@gentoo.org>
--- src/ui-gtk.h
+++ src/ui-gtk.h
@@ -131,4 +131,7 @@
int key_handle_key_press(GtkWidget *wid, GdkEventKey *evt, window_t *sess);
+void mg_changui_new(window_t *sess, int tab, int focus);
+void fe_close_window(window_t *sess);
+
#endif
1.1 net-im/ekg/files/ekg-1.8_rc1-libgif.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg/files/ekg-1.8_rc1-libgif.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ekg/files/ekg-1.8_rc1-libgif.patch?rev=1.1&content-type=text/plain
Index: ekg-1.8_rc1-libgif.patch
===================================================================
Use libgif instead of libungif
Patch by Kevin McCarthy <signals@gentoo.org>
--- configure.in
+++ configure.in
@@ -286,20 +286,20 @@
fi
dnl
-dnl Sprawdzamy libungif.so i <gif_lib.h>
+dnl Sprawdzamy libgif.so i <gif_lib.h>
dnl
-AC_ARG_WITH(libungif,
- [ --without-libungif Compile without GIF token support])
+AC_ARG_WITH(libgif,
+ [ --without-libgif Compile without GIF token support])
-if test "x$with_libungif" != "xno"; then
- AC_CHECK_LIB(ungif, DGifSlurp,
+if test "x$with_libgif" != "xno"; then
+ AC_CHECK_LIB(gif, DGifSlurp,
[
AC_CHECK_HEADERS(gif_lib.h,
[
- AC_DEFINE(HAVE_LIBUNGIF, 1, [define if you have libungif])
- LIBS="$LIBS -lungif"
- have_libungif=yes
+ AC_DEFINE(HAVE_LIBUNGIF, 1, [define if you have libgif])
+ LIBS="$LIBS -lgif"
+ have_libgif=yes
])
])
fi
@@ -478,10 +478,10 @@
echo " - zlib: disabled"
fi
-if test "x$have_libungif" = "xyes"; then
- echo " - libungif: enabled"
+if test "x$have_libgif" = "xyes"; then
+ echo " - libgif: enabled"
else
- echo " - libungif: disabled"
+ echo " - libgif: disabled"
fi
if test "x$have_libjpeg" = "xyes"; then
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-21 17:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 17:04 [gentoo-commits] gentoo-x86 commit in net-im/ekg/files: ekg-1.8_rc1-missing-prototypes.patch ekg-1.8_rc1-libgif.patch Kevin McCarthy (signals)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox