diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-08 14:27:12 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-08 14:27:12 +0000 |
commit | 1f2df029ef2d9a06d8469ce4bb84cb3f652721f4 (patch) | |
tree | d5252ab4263960491b1d1adea81fc546fc589dac /editors/openoffice.org-2.0-devel/files | |
parent | fe99f7ef94cbe223f0be6842544d0cb58dca9c59 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-nas+nas-1.4.1.patch | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-nas+nas-1.4.1.patch b/editors/openoffice.org-2.0-devel/files/patch-nas+nas-1.4.1.patch index f46c19ac78f3..6f2635c639f7 100644 --- a/editors/openoffice.org-2.0-devel/files/patch-nas+nas-1.4.1.patch +++ b/editors/openoffice.org-2.0-devel/files/patch-nas+nas-1.4.1.patch @@ -10,7 +10,7 @@ + @echo "" + Date + @echo "" -++ @find . -name '*.[ch]' | xargs \ +++ @find . | egrep "\.(cxx|h|c)$$" | xargs \ ++ ${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" + $(MAKE) $(MFLAGS) Makefiles + $(MAKE) $(MFLAGS) clean diff --git a/editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch b/editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch index f46c19ac78f3..6f2635c639f7 100644 --- a/editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch +++ b/editors/openoffice.org-2.0-devel/files/patch-nas:nas-1.4.1.patch @@ -10,7 +10,7 @@ + @echo "" + Date + @echo "" -++ @find . -name '*.[ch]' | xargs \ +++ @find . | egrep "\.(cxx|h|c)$$" | xargs \ ++ ${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g" + $(MAKE) $(MFLAGS) Makefiles + $(MAKE) $(MFLAGS) clean |