Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81416 | Differences between
and this patch

Collapse All | Expand All

(-)PyLucene-src-2.0.0-1.orig/Makefile (-3 lines)
Lines 703-711 Link Here
703
else
703
else
704
	$(CXX) -shared -o $@ $(LDFLAGS) $(JAVA_OBJS) $(CPP_OBJS) -L$(GCJ_LIBDIR) -lgcj
704
	$(CXX) -shared -o $@ $(LDFLAGS) $(JAVA_OBJS) $(CPP_OBJS) -L$(GCJ_LIBDIR) -lgcj
705
endif
705
endif
706
ifneq ($(DEBUG),1)
707
	$(STRIP) $@
708
endif
709
else
706
else
710
707
711
ifeq ($(OS),FreeBSD)
708
ifeq ($(OS),FreeBSD)

Return to bug 81416