diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-13 22:55:50 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-13 22:55:50 +0000 |
commit | 00f3ad723e5425b515186a30aa8fed1ba59b188d (patch) | |
tree | 0d33cd87f28d754f139a7f9fb91638b59d718fcc /devel/gide/files/patch-bd | |
parent | Unbreak 'make clean' and 'make readmes' (diff) |
Fix compile-time location of locale NLS directories
Notes
Notes:
svn path=/head/; revision=29579
Diffstat (limited to '')
-rw-r--r-- | devel/gide/files/patch-bd | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/devel/gide/files/patch-bd b/devel/gide/files/patch-bd index 36011e1c05c8..4c2242449d7f 100644 --- a/devel/gide/files/patch-bd +++ b/devel/gide/files/patch-bd @@ -1,5 +1,14 @@ --- src/Makefile.in.orig Sun May 14 10:11:41 2000 -+++ src/Makefile.in Wed May 17 09:46:40 2000 ++++ src/Makefile.in Tue Jun 13 17:33:29 2000 +@@ -137,7 +137,7 @@ + # binaries + bin_PROGRAMS = gide gdbio + +-CFLAGS = @CFLAGS@ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGIDE_CFGDIR=\"$(pkgdatadir)\" -DGIDE_PLUGINDIR=\"$(libdir)/gide/plugins/$(VERSION)/\" ++CFLAGS = @CFLAGS@ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGIDE_CFGDIR=\"$(pkgdatadir)\" -DGIDE_PLUGINDIR=\"$(libdir)/gide/plugins/$(VERSION)/\" + + + INCLUDES = $(GNOME_INCLUDEDIR) $(GUILE_INCS) $(EDITOR_INCLUDES) -I$(srcdir)/dialogs @@ -161,7 +161,7 @@ |