summaryrefslogtreecommitdiff
path: root/math/gnumeric2/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /math/gnumeric2/files
parentf667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff)
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r--math/gnumeric2/files/patch-aa28
-rw-r--r--math/gnumeric2/files/patch-ba20
2 files changed, 0 insertions, 48 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
deleted file mode 100644
index 01a2fb7c897e..000000000000
--- a/math/gnumeric2/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- configure.orig Mon Jun 19 21:00:38 2000
-+++ configure Tue Jun 20 11:28:48 2000
-@@ -5940,8 +5940,8 @@
-
- echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
- echo "configure:5943: checking for GTK >= 1.2.7" >&5
--if gtk-config --version > /dev/null 2>&1; then
-- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
-+if $GTK_CONFIG --version > /dev/null 2>&1; then
-+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
- if test "$vers" -ge 1002007; then
- echo "$ac_t""found" 1>&6
- else
-@@ -6481,10 +6481,10 @@
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-+# case "$ac_given_INSTALL" in
-+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
-+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-+# esac
-
- echo creating "$ac_file"
- rm -f "$ac_file"
diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba
deleted file mode 100644
index 51c58a7c4472..000000000000
--- a/math/gnumeric2/files/patch-ba
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Mon Jun 19 21:25:10 2000
-+++ Makefile.in Tue Jun 20 11:30:03 2000
-@@ -157,7 +157,7 @@
- change_logs = OOChangeLog OChangeLog ChangeLog
-
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = gnumericConf.sh
-
- CLEANFILES = gnumericConf.sh
-@@ -169,7 +169,7 @@
- appicon_DATA = gnome-gnumeric.png gnome-application-x-gnumeric.png gnome-application-x-xls.png
-
-
--Applicationsdir = $(datadir)/gnome/apps/Applications
-+Applicationsdir = $(datadir)/apps/Applications
- Applications_DATA = gnumeric.desktop
-
- Mimedir = $(datadir)/mime-info