diff options
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-nas+nas-1.4.1.patch')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-nas+nas-1.4.1.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-nas+nas-1.4.1.patch b/editors/openoffice-2.0-devel/files/patch-nas+nas-1.4.1.patch index f46c19ac78f3..6f2635c639f7 100644 --- a/editors/openoffice-2.0-devel/files/patch-nas+nas-1.4.1.patch +++ b/editors/openoffice-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 |