summaryrefslogtreecommitdiff
path: root/clucene/source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clucene/source/Makefile')
-rw-r--r--clucene/source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/clucene/source/Makefile b/clucene/source/Makefile
index a53a47ea6846..a4131df73d74 100644
--- a/clucene/source/Makefile
+++ b/clucene/source/Makefile
@@ -41,6 +41,7 @@ done :
$(GNUTAR) -x --strip-component=1 -f $(FIXED_TARFILE_LOCATION)/48d647fbd8ef8889e5a7f422c1bfda94-clucene-core-2.3.3.4.tar.gz
$(GNUPATCH) -p0 < $(SRCDIR)/clucene/patches/clucene-internal-zlib.patch
$(GNUPATCH) -p0 < $(SRCDIR)/clucene/patches/clucene-warnings.patch
+ $(GNUPATCH) -p0 < $(SRCDIR)/clucene/patches/clucene-gcc-atomics.patch
#FIXME ?, our rules expect .cxx
for i in `find . -name "*.cpp"`; do mv $$i $${i%%cpp}cxx; done
ifneq ($(OS),WNT)