diff options
author | 2008-01-06 08:57:22 +0000 | |
---|---|---|
committer | 2008-01-06 08:57:22 +0000 | |
commit | c3139eb6dc98674e9c3219f014e7aa1ed0484567 (patch) | |
tree | c413441d135da5aea61226b4fcd7e31ad362d739 /x11-themes/fvwm-themes/files | |
parent | removing asterisk and zaptel 1.0. (diff) | |
download | gentoo-2-c3139eb6dc98674e9c3219f014e7aa1ed0484567.tar.gz gentoo-2-c3139eb6dc98674e9c3219f014e7aa1ed0484567.tar.bz2 gentoo-2-c3139eb6dc98674e9c3219f014e7aa1ed0484567.zip |
Patch by Jaroslaw Kalinowski to fix build error. (bug #150623)
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-themes/fvwm-themes/files')
-rw-r--r-- | x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch b/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch new file mode 100644 index 000000000000..04d83f4ad98c --- /dev/null +++ b/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch @@ -0,0 +1,28 @@ +--- Makefile.in.orig 2007-11-05 22:50:39.000000000 +0100 ++++ Makefile.in 2007-11-05 22:57:22.000000000 +0100 +@@ -462,25 +462,6 @@ + $(DESTDIR)$(SETTINGS_FILE) > $(DESTDIR)$(SETTINGS_FILE).tmp && \ + mv -f $(DESTDIR)$(SETTINGS_FILE).tmp $(DESTDIR)$(SETTINGS_FILE) + +- PATH="$(DESTDIR)$(bindir):$(FVWM_BINDIR):$$PATH"; \ +- $(DESTDIR)$(bindir)/fvwm-themes-config --site --reset +- +- if test "$(BUILD_MENUS)" = "yes"; then \ +- $(DESTDIR)$(bindir)/fvwm-themes-menuapp --site --build-menus --remove-popup; \ +- fi +- +- if test "$(GNOME_ICONS)" = "yes"; then \ +- $(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --gnome; \ +- fi +- +- if test "$(KDE2_ICONS)" = "yes"; then \ +- $(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --kde2; \ +- fi +- +- if test "$(RUN_UPDATEMENU)" = "yes"; then \ +- $(UPDATE_MENU); \ +- fi +- + @echo + @echo ------------------------------------------------------------------------------ + @echo "fvwm-themes is successfully installed." |