16952002 Introduce Indri text indexing engine to solaris (fix parfait)
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Sat, 11 Jan 2014 10:51:40 -0800
changeset 1634 b137bb5aa530
parent 1633 49cb640678af
child 1635 5269c1d79ab0
16952002 Introduce Indri text indexing engine to solaris (fix parfait)
components/indri/Makefile
--- a/components/indri/Makefile	Fri Jan 10 13:02:19 2014 -0800
+++ b/components/indri/Makefile	Sat Jan 11 10:51:40 2014 -0800
@@ -41,6 +41,10 @@
 
 COMPONENT_PRE_CONFIGURE_ACTION	 = $(CLONEY) $(SOURCE_DIR) $(@D)
 COMPILER			 = gcc
+# Parfait doesn't work with the GNU 4.7 compilers yet.
+ifeq   ($(strip $(PARFAIT_BUILD)),yes)
+COMPILER =      gcc3
+endif
 CONFIGURE_OPTIONS		+= "CFLAGS=$(CFLAGS)"
 CONFIGURE_OPTIONS		+= "CXXFLAGS=$(CXXFLAGS)"
 CONFIGURE_OPTIONS		+= "LDFLAGS=$(LDFLAGS)"