From 00f3ad723e5425b515186a30aa8fed1ba59b188d Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Tue, 13 Jun 2000 22:55:50 +0000 Subject: Fix compile-time location of locale NLS directories --- devel/gide/files/patch-bd | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'devel/gide/files/patch-bd') 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 @@ -- cgit v1.2.3