diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-16 07:10:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-10-16 07:10:46 +0000 |
commit | eedee9e14054c6e0885e5257d514e283197b0e81 (patch) | |
tree | 32c04075b3e17c743b3b9ee438b895e7914cf4ff /x11/gnomecore | |
parent | 96a79a347774c6ab3938e2e5a05bfd0c6b7fcf6c (diff) | |
download | ports-eedee9e14054c6e0885e5257d514e283197b0e81.tar.gz ports-eedee9e14054c6e0885e5257d514e283197b0e81.zip |
Correct some applets' locale path.
Notes
Notes:
svn path=/head/; revision=22480
Diffstat (limited to 'x11/gnomecore')
-rw-r--r-- | x11/gnomecore/files/patch-ae | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/x11/gnomecore/files/patch-ae b/x11/gnomecore/files/patch-ae index c672f4c26557..c2ca147a80b0 100644 --- a/x11/gnomecore/files/patch-ae +++ b/x11/gnomecore/files/patch-ae @@ -609,3 +609,47 @@ LDADD = -lXt -lXmu $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) +--- applets/another_clock/Makefile.in.orig Sat Oct 16 13:03:28 1999 ++++ applets/another_clock/Makefile.in Sat Oct 16 13:03:38 1999 +@@ -153,7 +153,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\" ++INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\" + + + bin_PROGRAMS = another_clock_applet +--- applets/icewm-pager/Makefile.in.orig Sat Oct 16 13:05:16 1999 ++++ applets/icewm-pager/Makefile.in Sat Oct 16 13:05:53 1999 +@@ -153,7 +153,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\" ++INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\" + + + bin_PROGRAMS = wmpager_applet +--- applets/life/Makefile.in.orig Sat Oct 16 13:06:24 1999 ++++ applets/life/Makefile.in Sat Oct 16 13:06:34 1999 +@@ -153,7 +153,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) + + + bin_PROGRAMS = life_applet +--- applets/jbc/Makefile.in.orig Sat Oct 16 13:12:59 1999 ++++ applets/jbc/Makefile.in Sat Oct 16 13:13:12 1999 +@@ -153,7 +153,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) + + + bin_PROGRAMS = jbc_applet |