open-src/xserver/xvnc/Makefile
changeset 916 a2113251a45c
parent 911 a3e7e197651c
child 919 425233ae7236
--- a/open-src/xserver/xvnc/Makefile	Sun Feb 28 13:19:52 2010 -0800
+++ b/open-src/xserver/xvnc/Makefile	Sun Feb 28 15:25:31 2010 -0800
@@ -101,6 +101,14 @@
 INSTALL_TARGETS=$(INSTALL_TARGETS_common) $(INSTALL_TARGETS_$(BUILD_TYPE))
 INSTALL_TARGETS_SET=yes
 
+# Since we only build 64-bit versions of the Xorg servers on SPARC,
+# need to build a 32-bit version of the Xserver mdb module to allow
+# use with Xvnc on SPARC
+BUILD_TARGETS_sparc = build_mdb
+BUILD_TARGETS += $(BUILD_TARGETS_$(MACH))
+INSTALL_TARGETS_sparc = install_mdb
+INSTALL_TARGETS += $(INSTALL_TARGETS_$(MACH))
+
 include ../Makefile.inc
 
 # Merge in additional sources from Xorg tarball & sun-src directory