diff options
Diffstat (limited to 'editors/openoffice.org-2/files/patch-nas:nas-1.4.1.patch')
-rw-r--r-- | editors/openoffice.org-2/files/patch-nas:nas-1.4.1.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/openoffice.org-2/files/patch-nas:nas-1.4.1.patch b/editors/openoffice.org-2/files/patch-nas:nas-1.4.1.patch deleted file mode 100644 index 6f2635c639f7..000000000000 --- a/editors/openoffice.org-2/files/patch-nas:nas-1.4.1.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- ../nas/nas-1.4.1.patch.orig Wed Mar 6 02:24:32 2002 -+++ ../nas/nas-1.4.1.patch Wed Mar 6 02:27:00 2002 -@@ -143,3 +143,14 @@ - InstallMultiple($(HEADERS),$(INCDIR)) - #if ProjectX >= 5 - InstallNonExecFile(AuErrorDB,$(LIBDIR)) -+--- misc/nas-1.4.1/Imakefile.orig Wed Mar 6 02:20:01 2002 -++++ misc/build/nas-1.4.1/Imakefile Wed Mar 6 02:20:07 2002 -+@@ -42,6 +42,8 @@ -+ @echo "" -+ Date -+ @echo "" -++ @find . | egrep "\.(cxx|h|c)$$" | xargs \ -++ ${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" -+ $(MAKE) $(MFLAGS) Makefiles -+ $(MAKE) $(MFLAGS) clean -+ $(MAKE) $(MFLAGS) includes |