epiphany 0.5 patch to build right
- From: Nadav Rotem <nadavrotem mail ru>
- To: garnome-list gnome org
- Subject: epiphany 0.5 patch to build right
- Date: 23 Apr 2003 11:28:33 +0300
epiphany 0.5 would not build for me without this patch. (RH7.3 gcc2.96)
I found that other people had this bug so I patched it and here is the
GAR file and the patch. (notice I have changed the mozilla build from
1.3 to 1.4a )
--------------------Epiphany makefile -------------------
GARNAME = epiphany
GARVERSION = 0.5.0
CATEGORIES = gnome
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
LIBDEPS = misc/mozilla gnome/nautilus
DESCRIPTION = epiphany
define BLURB
#FIXME: blurb goes here
endef
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
patch:
patch -p0 < epiphany.patch
CONFIGURE_ARGS = $(DIRPATHS) --with-mozilla-snapshot=1.4a
--enable-nautilus-view
include ../category.mk
--------------------epiphany.patch------------------------------
--- work/main.d/epiphany-0.5.0/src/prefs-dialog.c Wed Apr 23 11:13:48
2003
+++ work/main.d/epiphany-0.5.0/src/prefs-dialog.c Wed Apr 23 11:14:14
2003
@@ -241,9 +241,8 @@
static void
prefs_dialog_show_help (PrefsDialog *pd)
{
- GError *err;
+ GError *err = NULL;
gint id;
- err = NULL;
gchar *help_preferences[] = {
"ephy-preferences-appearance",
"ephy-preferences-general",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]