diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-19 06:41:42 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-19 06:41:42 +0800 |
commit | 3843464ac69e8d6ee241271287aad53dac200e49 (patch) | |
tree | 9e47a92dd7951b9b9d3475e6934b1a383e0fcc1f /editors/openoffice.org-2.0-devel/files/patch-connectivity::source::manager::makefile.mk | |
parent | 529c2450dbcf98c0c1428be22596a17c12202c4b (diff) | |
download | freebsd-ports-gnome-3843464ac69e8d6ee241271287aad53dac200e49.tar.gz freebsd-ports-gnome-3843464ac69e8d6ee241271287aad53dac200e49.tar.zst freebsd-ports-gnome-3843464ac69e8d6ee241271287aad53dac200e49.zip |
First step to make this port working. Configure works and all patches
apply now. There are still some compile errors to fix.
As you may see the patchnames are very long, but that makes
maintaining patches a lot easier.
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-connectivity::source::manager::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-connectivity::source::manager::makefile.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-connectivity::source::manager::makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-connectivity::source::manager::makefile.mk deleted file mode 100644 index 497370af0fd1..000000000000 --- a/editors/openoffice.org-2.0-devel/files/patch-connectivity::source::manager::makefile.mk +++ /dev/null @@ -1,16 +0,0 @@ ---- ../connectivity/source/manager/makefile.mk.orig Tue Jan 1 14:09:00 2002 -+++ ../connectivity/source/manager/makefile.mk -@@ -92,11 +92,11 @@ - .ENDIF - SHL1OBJS=$(SLOFILES) - SHL1STDLIBS=\ -+ $(SALLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(VOSLIB) \ -- $(OSLLIB) \ -- $(SALLIB) -+ $(OSLLIB) - - SHL1DEPN= - SHL1IMPLIB= i$(SHL1TARGET) |