diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-21 08:57:17 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-21 08:57:17 +0000 |
commit | c5b36761cdaf2d5d919ac028b3163e7db9282923 (patch) | |
tree | dd23e0d76da0c2c882f14d6057ae49bb62ec02eb /editors/openoffice/files/patch-vcl::util::makefile.mk | |
parent | 2243bb0d03e91b8d588206e39058deddc332c4a9 (diff) | |
download | FreeBSD-ports-c5b36761cdaf2d5d919ac028b3163e7db9282923.zip FreeBSD-ports-c5b36761cdaf2d5d919ac028b3163e7db9282923.tar.gz |
All patches have been repocopied to use + as separator and not "::".
Diffstat (limited to 'editors/openoffice/files/patch-vcl::util::makefile.mk')
-rw-r--r-- | editors/openoffice/files/patch-vcl::util::makefile.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/openoffice/files/patch-vcl::util::makefile.mk b/editors/openoffice/files/patch-vcl::util::makefile.mk deleted file mode 100644 index 1ea1315..0000000 --- a/editors/openoffice/files/patch-vcl::util::makefile.mk +++ /dev/null @@ -1,14 +0,0 @@ ---- ../vcl/util/makefile.mk.orig Sun Jul 21 00:12:09 2002 -+++ ../vcl/util/makefile.mk Sun Jul 21 00:12:11 2002 -@@ -293,9 +293,9 @@ - .ENDIF # "$(OS)"=="MACOSX" - .ENDIF # "$(OS)"=="SOLARIS" - --.IF "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS" -+.IF "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD" - SHL1STDLIBS += -laudio --.ENDIF # "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS" -+.ENDIF # "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD" - - .ENDIF # "$(GUI)"=="UNX" - |