diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-17 04:46:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-17 04:46:37 +0800 |
commit | f14e259dd4f887ff3189ebf3fbbb2afdce200273 (patch) | |
tree | ce9288a2bc5bbf8e6de4dac85e80cb128bdf0c4d /x11 | |
parent | e918b049a8b572a4a00ebdb0bae4e70bf6e76d94 (diff) | |
download | freebsd-ports-gnome-f14e259dd4f887ff3189ebf3fbbb2afdce200273.tar.gz freebsd-ports-gnome-f14e259dd4f887ff3189ebf3fbbb2afdce200273.tar.zst freebsd-ports-gnome-f14e259dd4f887ff3189ebf3fbbb2afdce200273.zip |
Fix make patch on non-i386 platforms.
PR: 45339
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomeapplets/files/extra-patch-Makefile.in | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/x11/gnomeapplets/files/extra-patch-Makefile.in b/x11/gnomeapplets/files/extra-patch-Makefile.in index 7dc909c466a1..199a8f3ec0c3 100644 --- a/x11/gnomeapplets/files/extra-patch-Makefile.in +++ b/x11/gnomeapplets/files/extra-patch-Makefile.in @@ -1,10 +1,11 @@ ---- Makefile.in.orig Tue May 21 19:05:53 2002 -+++ Makefile.in Tue May 21 19:06:00 2002 -@@ -228,7 +228,6 @@ - always_built_SUBDIRS = \ - another_clock \ - asclock \ -- battery \ - charpick \ - clockmail \ - drivemount \ +--- Makefile.in.orig Sat Nov 16 15:47:10 2002 ++++ Makefile.in Sat Nov 16 15:47:32 2002 +@@ -213,7 +213,7 @@ + + @APPLET_MODEMLIGHTS_TRUE@modemlights_SUBDIRS = $(modemlights_applets) + +-always_built_SUBDIRS = another_clock asclock battery charpick clockmail drivemount fifteen geyes gkb-new jbc life mini-commander quicklaunch tickastat webcontrol whereami odometer ++always_built_SUBDIRS = another_clock asclock charpick clockmail drivemount fifteen geyes gkb-new jbc life mini-commander quicklaunch tickastat webcontrol whereami odometer + + + SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gtop_SUBDIRS) $(ghttp_SUBDIRS) $(ghttp_vfs_SUBDIRS) $(ghttp_xml_SUBDIRS) $(cdplayer_SUBDIRS) $(mixer_SUBDIRS) $(modemlights_SUBDIRS) $(esd_SUBDIRS) $(wordexp_SUBDIRS) $(xml_SUBDIRS) omf-install |