aboutsummaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-gnome::Makefile.in
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-27 07:38:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-27 07:38:08 +0000
commit32ac71167998a9cc2ed6570a23952f030cc9bb59 (patch)
tree34b036e77dd360207500b4426a8e819ae8f93eb1 /math/gretl/files/patch-gnome::Makefile.in
parent962477d003a31e7d37250436e14175af7d640a48 (diff)
- Update to 1.6.1
PR: 110817 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=188461
Diffstat (limited to 'math/gretl/files/patch-gnome::Makefile.in')
-rw-r--r--math/gretl/files/patch-gnome::Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/math/gretl/files/patch-gnome::Makefile.in b/math/gretl/files/patch-gnome::Makefile.in
index 942dba413e23..8c1ad3d1db3c 100644
--- a/math/gretl/files/patch-gnome::Makefile.in
+++ b/math/gretl/files/patch-gnome::Makefile.in
@@ -1,19 +1,21 @@
---- gnome/Makefile.in.orig Tue Nov 22 03:45:16 2005
-+++ gnome/Makefile.in Fri Jan 6 22:54:18 2006
-@@ -4,10 +4,10 @@
- docdir = $(topsrc)/doc
+--- gnome/Makefile.in.orig Sat Dec 23 00:26:03 2006
++++ gnome/Makefile.in Sun Mar 25 02:18:02 2007
+@@ -5,12 +5,10 @@
INSTALL = @INSTALL@
+ prefix = @prefix@
-gnome_prefix = @gnome_prefix@
+datadir = @datadir@
have_gnome = @have_gnome@
--sysconfdir = $(gnome_prefix)/etc
+-ifeq ($(gnome_prefix),NA)
+- gnome_prefix = $(prefix)
+-endif
+sysconfdir = @sysconfdir@
GCONFTOOL = @GCONFTOOL@
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
-@@ -23,10 +23,10 @@
+@@ -26,10 +24,10 @@
schemadir = $(GCONF_SCHEMA_FILE_DIR)
endif