[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-4.0, updated. libreoffice_3.6.4-1-178-gac3f69e



The following commit has been merged in the debian-experimental-4.0 branch:
commit 4556bb557a0a879de508d388dbc5f8c39a5dccc3
Author: Rene Engelhard <rene@debian.org>
Date:   Sun Dec 9 22:42:36 2012 +0100

    fix ifneq...

diff --git a/rules b/rules
index ee09608..8080350 100755
--- a/rules
+++ b/rules
@@ -930,11 +930,11 @@ endif
 ifneq (,$(filter clucene, $(SYSTEM_STUFF)))
 	BUILD_DEPS += , libclucene-dev (>= 2.3.3.4-2)
 else
- ifneq (,$(findstring arm,$(DEB_HOST_ARCH))
+  ifneq (,$(findstring arm,$(DEB_HOST_ARCH)))
 	# FIXME. If you really want this, comment this out then help stuff will
 	# be disabled on arm*
 	$(error internal clucene makes HelpIndexer segfault on ARM!)
- endif
+  endif
 endif
 
 ifeq "$(USE_EXTERNAL_CXXLIBS)" "y"

-- 
LibreOffice packaging repository


Reply to: