components/indri/patches/64bit.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 17 Dec 2014 15:33:37 -0800
changeset 3558 2cec274f17fc
parent 1626 8dee2dfe2525
permissions -rw-r--r--
20222479 Need a method to compare test results against a master in Userland

Add support for 64bit build

--- indri-5.4/site-search/cgi/Makefile	2013-09-17 05:38:33.511459071 -0700
+++ indri-5.4/site-search/cgi/Makefile	2013-09-17 05:37:32.444587645 -0700
@@ -27,7 +27,7 @@
 all: $(PROG)
 
 $(PROG): $(OBJS) $(LIBDEPS)
-	$(CXX)  -o $@ $(OBJS) $(LDFLAGS)
+	$(CXX) $(CXXFLAGS) -o $@ $(OBJS) $(LDFLAGS)
 
 clean:
 	rm -f $(PROG) $(OBJS)