summaryrefslogtreecommitdiff
path: root/math/gnumeric2/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r--math/gnumeric2/files/patch-aa62
-rw-r--r--math/gnumeric2/files/patch-ba20
2 files changed, 0 insertions, 82 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
deleted file mode 100644
index c8d972afdef9..000000000000
--- a/math/gnumeric2/files/patch-aa
+++ /dev/null
@@ -1,62 +0,0 @@
---- configure.orig Tue Apr 27 14:23:58 1999
-+++ configure Thu May 6 10:48:39 1999
-@@ -3335,7 +3335,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lxml `gnome-config --libs xml` $LIBS"
-+LIBS="`xml-config --libs` $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 3341 "configure"
- #include "confdefs.h"
-@@ -3366,7 +3366,7 @@
-
-
-
-- GNOME_XML_LIB=`gnome-config --libs xml`
-+ GNOME_XML_LIB=`xml-config --libs`
-
- else
- echo "$ac_t""no" 1>&6
-@@ -5583,15 +5583,15 @@
- fi
-
-
-- USE_INCLUDED_LIBINTL=yes
-+# USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.gmo
- INSTOBJEXT=.mo
- DATADIRNAME=share
-- INTLDEPS='$(top_builddir)/intl/libintl.a'
-- INTLLIBS=$INTLDEPS
-- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-- nls_cv_header_intl=intl/libintl.h
-- nls_cv_header_libgt=intl/libgettext.h
-+# INTLDEPS='$(top_builddir)/intl/libintl.a'
-+# INTLLIBS=$INTLDEPS
-+# LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-+# nls_cv_header_intl=intl/libintl.h
-+# nls_cv_header_libgt=intl/libgettext.h
- fi
-
- if test "$XGETTEXT" != ":"; then
-@@ -6174,7 +6174,7 @@
- test -n "$AWK" && break
- done
-
--GDK_KEYSYMS="`$GTK_CONFIG --prefix`/include/gdk/gdkkeysyms.h"
-+GDK_KEYSYMS="`$GTK_CONFIG --prefix`/include/gtk12/gdk/gdkkeysyms.h"
-
- cat >> confdefs.h <<\EOF
- #define ENABLE_GNOME 1
-@@ -6198,8 +6198,8 @@
- LIBGLADE_FULLDIST_TRUE='#'
- LIBGLADE_FULLDIST_FALSE=
- fi
--XML_LIBS=`gnome-config --libs xml`
--XML_CFLAGS=`gnome-config --cflags xml`/gnome-xml
-+XML_LIBS=`xml-config --libs`
-+XML_CFLAGS=`xml-config --cflags`
-
-
-
diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba
deleted file mode 100644
index 6a7b72a8443b..000000000000
--- a/math/gnumeric2/files/patch-ba
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Wed Feb 24 03:49:45 1999
-+++ Makefile.in Wed Feb 24 19:06:37 1999
-@@ -137,7 +137,7 @@
- perl_val = @perl_val@
- python_val = @python_val@
-
--SUBDIRS = intl po macros libglade plugins src doc
-+SUBDIRS = intl po macros libglade plugins src
-
- EXTRA_DIST = gnumeric.desktop README HACKING gnumeric.spec.in gnumeric.keys.in gnumeric.mime $(appicon_DATA)
-
-@@ -145,7 +145,7 @@
- appicondir = $(datadir)/pixmaps
- appicon_DATA = gnome-gnumeric.png gnome-gnumeric-xl.png
-
--Applicationsdir = $(datadir)/gnome/apps/Applications
-+Applicationsdir = $(datadir)/apps/Applications
- Applications_DATA = gnumeric.desktop
-
- Mimedir = $(datadir)/mime-info