22514272 Move GParted from desktop to userland (fix sparc)
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 25 Jan 2016 19:02:35 -0800
changeset 5332 1e1d90972404
parent 5331 9c955076ffe3
child 5333 37b6c3cf767d
22514272 Move GParted from desktop to userland (fix sparc)
components/gparted/Makefile
--- a/components/gparted/Makefile	Thu Jan 21 09:20:59 2016 -0800
+++ b/components/gparted/Makefile	Mon Jan 25 19:02:35 2016 -0800
@@ -40,6 +40,7 @@
 # we're i386-only
 ifeq ($(MACH), sparc)
 PUBLISH_STAMP=
+INSTALL_32=
 endif
 
 include $(WS_MAKE_RULES)/prep.mk
@@ -85,4 +86,6 @@
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/c++-runtime
+ifneq ($(MACH), sparc)
 REQUIRED_PACKAGES += system/storage/parted
+endif