diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-16 20:46:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-16 20:46:37 +0000 |
commit | bb44018f994f7d1c1ce7356de612c346cc5a65f5 (patch) | |
tree | dd5bd08965a28fb6c97795b5e548b31a07c5dfe6 | |
parent | Bugfix: non-integer lists terminate with a NIL value that should (diff) |
Fix make patch on non-i386 platforms.
PR: 45339
Notes
Notes:
svn path=/head/; revision=70263
-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 |