diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-07 13:46:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-07 13:46:49 +0000 |
commit | 7d412b8e6e71e47c499eca0dc81e11fafcb62d17 (patch) | |
tree | 342c7dd254509faec3a3f8545870a76fdf30ad3e /sysutils/gnome-control-center/files/patch-Makefile.in | |
parent | - Fix the build with the forthcoming gnomecontrolcenter-1.4.0.3; (diff) |
Update to 1.4.0.3.
Diffstat (limited to 'sysutils/gnome-control-center/files/patch-Makefile.in')
-rw-r--r-- | sysutils/gnome-control-center/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/files/patch-Makefile.in b/sysutils/gnome-control-center/files/patch-Makefile.in new file mode 100644 index 000000000000..feb63528f70a --- /dev/null +++ b/sysutils/gnome-control-center/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in 2002/02/05 09:46:12 1.1 ++++ Makefile.in 2002/02/05 09:46:25 +@@ -151,7 +151,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-always_built_SUBDIRS = control-center capplets idl doc omf-install man ++always_built_SUBDIRS = control-center capplets idl doc omf-install + + SUBDIRS = intl po macros \ + $(always_built_SUBDIRS) |