diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:03:48 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:03:48 +0000 |
commit | 063b30235fc00b13d270d204b655205834534517 (patch) | |
tree | 9d8b42af05d02c1ed11e8cde4a7e7884b4143f34 /editors/openoffice.org-3/files | |
parent | 403bb5464a5b30c3853b1554265d0c8741c72690 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3/files')
-rw-r--r-- | editors/openoffice.org-3/files/patch-freetype::makefile.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-3/files/patch-freetype::makefile.mk b/editors/openoffice.org-3/files/patch-freetype::makefile.mk deleted file mode 100644 index 9cf22888eb25..000000000000 --- a/editors/openoffice.org-3/files/patch-freetype::makefile.mk +++ /dev/null @@ -1,15 +0,0 @@ ---- ../freetype/makefile.mk.orig Fri Aug 16 17:28:36 2002 -+++ ../freetype/makefile.mk Fri Oct 18 20:06:42 2002 -@@ -95,9 +95,11 @@ - objs$/.libs$/libfreetype.a - .IF "$(OS)"=="MACOSX" - OUT2LIB+=objs$/.libs$/libfreetype.*.dylib -+.ELIF "$(OS)"=="FREEBSD" -+OUT2LIB+=objs$/.libs$/libfreetype.so.7* - .ELSE - OUT2LIB+=objs$/.libs$/libfreetype.so.6* --.ENDIF # "$(OS)"=="MACOSX" -+.ENDIF # "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - - .ELSE # "$(GUI)"=="UNX" - .IF "$(USE_SHELL)"=="4nt" |