e8a978c466
fix version of the used %patch macro (forwarded request 196129 from pmladek) OBS-URL: https://build.opensuse.org/request/show/196130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice-voikko?expand=0&rev=8
14 lines
488 B
Diff
14 lines
488 B
Diff
Index: libreoffice-voikko-rel-3.4.1/Makefile
|
|
===================================================================
|
|
--- libreoffice-voikko-rel-3.4.1.orig/Makefile
|
|
+++ libreoffice-voikko-rel-3.4.1/Makefile
|
|
@@ -236,7 +236,7 @@ $(patsubst %,build/oxt/%,$(STANDALONE_EX
|
|
# Type library C++ headers
|
|
build/hpp.flag:
|
|
-$(MKDIR) build$(PS)hpp
|
|
- $(CPPUMAKER) -Gc -BUCR -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
|
|
+ $(CPPUMAKER) -Gc -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
|
|
echo flagged > $@
|
|
|
|
|