components/indri/patches/64bit.patch
changeset 5215 7fe3e5b43e6a
parent 5214 f6336578f3e5
child 5216 fdd262355907
--- a/components/indri/patches/64bit.patch	Thu Dec 17 23:00:14 2015 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-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)