diff options
Diffstat (limited to 'editors/openoffice-4/files/patch-sccomp_source_solver_makefile.mk')
-rw-r--r-- | editors/openoffice-4/files/patch-sccomp_source_solver_makefile.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/openoffice-4/files/patch-sccomp_source_solver_makefile.mk b/editors/openoffice-4/files/patch-sccomp_source_solver_makefile.mk deleted file mode 100644 index 5160a24da180..000000000000 --- a/editors/openoffice-4/files/patch-sccomp_source_solver_makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- sccomp/source/solver/makefile.mk.orig 2021-04-02 12:58:22 UTC -+++ sccomp/source/solver/makefile.mk -@@ -66,7 +66,8 @@ DEF1NAME= $(SHL1TARGET) - DEF1NAME= $(SHL1TARGET) - - .IF "$(SYSTEM_COINMP)" == "YES" --CFLAGS+= $(COINMP_CFLAGS) -DSYSTEM_COINMP -+INCSYSTEM+= $(COINMP_CFLAGS) -+CFLAGS+= -DSYSTEM_COINMP - # Use the library flags from configure - SHL1STDLIBS+=$(COINMP_LIBS) - .ELSE |