openexr: make architecture independent
[oi-userland.git] / components / library / indri / patches / 64bit.patch
blob6b923e1b223c271855857f50f6780558eecfca3e
1 Add support for 64bit build
3 --- indri-5.4/site-search/cgi/Makefile 2013-09-17 05:38:33.511459071 -0700
4 +++ indri-5.4/site-search/cgi/Makefile 2013-09-17 05:37:32.444587645 -0700
5 @@ -27,7 +27,7 @@
6 all: $(PROG)
8 $(PROG): $(OBJS) $(LIBDEPS)
9 - $(CXX) -o $@ $(OBJS) $(LDFLAGS)
10 + $(CXX) $(CXXFLAGS) -o $@ $(OBJS) $(LDFLAGS)
12 clean:
13 rm -f $(PROG) $(OBJS)