diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-12-27 06:51:31 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-12-27 06:51:31 +0000 |
commit | 572712b823353f3efecd7a4c657e4e14717274df (patch) | |
tree | 3f1ce2f58baaa642c2a56d7eaf298f7f27c235f9 /x11 | |
parent | Update to 1.0.0 (diff) |
Fix typo.
Submitted by: Joroen Ruigrok/Asmodai <asmodai@wxs.nl>
Notes
Notes:
svn path=/head/; revision=24151
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomecore/files/patch-ae | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomecore/files/patch-ae b/x11/gnomecore/files/patch-ae index c2ca147a80b0..d031360663eb 100644 --- a/x11/gnomecore/files/patch-ae +++ b/x11/gnomecore/files/patch-ae @@ -16,7 +16,7 @@ SUBDIRS = themes default_theme -INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DASCLOCK_THEMES_DIR=\""$(datadir)/asclock/"\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DASCLOCK_GNOME -DVERSION=\""$(VERSION)"\" -+INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DASCLOCK_THEMES_DIR=\""$(datadir)/asclock/"\" -DGNOMELOCALEDIR=\""$(prefix)share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DASCLOCK_GNOME -DVERSION=\""$(VERSION)"\" ++INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DASCLOCK_THEMES_DIR=\""$(datadir)/asclock/"\" -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DASCLOCK_GNOME -DVERSION=\""$(VERSION)"\" bin_PROGRAMS = asclock_applet |