summaryrefslogtreecommitdiffstats
path: root/gnome-base/gnome-libs/files/gnome-libs-ds-gnorba.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/gnome-libs/files/gnome-libs-ds-gnorba.patch')
-rw-r--r--gnome-base/gnome-libs/files/gnome-libs-ds-gnorba.patch47
1 files changed, 0 insertions, 47 deletions
diff --git a/gnome-base/gnome-libs/files/gnome-libs-ds-gnorba.patch b/gnome-base/gnome-libs/files/gnome-libs-ds-gnorba.patch
deleted file mode 100644
index 43318f1..0000000
--- a/gnome-base/gnome-libs/files/gnome-libs-ds-gnorba.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-diff -dPNur gnome-libs-1.4.2/configure.in gnome-libs-1.4.2-ds/configure.in
---- gnome-libs-1.4.2/configure.in 2002-08-16 00:24:36.000000000 +0200
-+++ gnome-libs-1.4.2-ds/configure.in 2012-11-17 09:09:13.000000000 +0100
-@@ -401,7 +371,7 @@
- dnl
- dnl ORBit checks
- dnl
--GNOME_ORBIT_CHECK
-+#GNOME_ORBIT_CHECK
-
- dnl
- dnl test-gnome
-diff -dPNur gnome-libs-1.4.2/Makefile.am gnome-libs-1.4.2-ds/Makefile.am
---- gnome-libs-1.4.2/Makefile.am 2001-09-19 21:03:19.000000000 +0200
-+++ gnome-libs-1.4.2-ds/Makefile.am 2012-11-17 09:16:52.000000000 +0100
-@@ -16,8 +16,8 @@
- tools \
- images \
- libart_lgpl \
-- libgnome libgnomeui gtk-xmhtml zvt \
-- libgnorba idl $(test_gnome) devel-docs gnome-data man
-+ libgnome libgnomeui
-+# zvt libgnorba idl $(test_gnome) devel-docs gnome-data man
-
- gnomeincludedir=$(includedir)/gnome-1.0
- gnomeinclude_HEADERS = gnome.h
-diff -dPNur gnome-libs-1.4.2/tools/convertrgb/loadpng.c gnome-libs-1.4.2-png/tools/convertrgb/loadpng.c
---- gnome-libs-1.4.2/tools/convertrgb/loadpng.c 1998-09-25 17:33:59.000000000 +0200
-+++ gnome-libs-1.4.2-png/tools/convertrgb/loadpng.c 2012-11-16 12:58:48.000000000 +0100
-@@ -29,7 +29,7 @@
- return NULL;
- }
-
-- if (setjmp(png_ptr->jmpbuf))
-+/* if (setjmp(png_ptr->jmpbuf))
- {
- png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
- return NULL;
-@@ -39,7 +39,7 @@
- {
- png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
- return NULL;
-- }
-+ }*/
- png_init_io(png_ptr, f);
- /* Read Header */
- png_read_info(png_ptr, info_ptr);