summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r--editors/openoffice.org-1.1/Makefile2
-rw-r--r--editors/openoffice.org-1.1/files/patch-nas+nas-1.4.1.patch2
-rw-r--r--editors/openoffice.org-1.1/files/patch-nas:nas-1.4.1.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile
index e85455b51ad0..2f81232898a1 100644
--- a/editors/openoffice.org-1.1/Makefile
+++ b/editors/openoffice.org-1.1/Makefile
@@ -81,7 +81,7 @@ post-extract:
${CP} ${WRKDIR}/NETBSDGCCIinc.zip ${WRKSRC}/../moz/zipped/FREEBSDGCCIinc.zip
${CP} ${WRKDIR}/NETBSDGCCIlib.zip ${WRKSRC}/../moz/zipped/FREEBSDGCCIlib.zip
${CP} ${WRKDIR}/NETBSDGCCIruntime.zip ${WRKSRC}/../moz/zipped/FREEBSDGCCIruntime.zip
- @${FIND} ${WRKSRC}/.. | ${EGREP} ".(cxx|h|c)$$" | ${XARGS} \
+ @${FIND} ${WRKSRC}/.. | ${EGREP} "\.(cxx|h|c)$$" | ${XARGS} \
${PERL} -pi -e "s|<malloc.h>|<stdlib.h>|g"
do-build:
diff --git a/editors/openoffice.org-1.1/files/patch-nas+nas-1.4.1.patch b/editors/openoffice.org-1.1/files/patch-nas+nas-1.4.1.patch
index f46c19ac78f3..6f2635c639f7 100644
--- a/editors/openoffice.org-1.1/files/patch-nas+nas-1.4.1.patch
+++ b/editors/openoffice.org-1.1/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-1.1/files/patch-nas:nas-1.4.1.patch b/editors/openoffice.org-1.1/files/patch-nas:nas-1.4.1.patch
index f46c19ac78f3..6f2635c639f7 100644
--- a/editors/openoffice.org-1.1/files/patch-nas:nas-1.4.1.patch
+++ b/editors/openoffice.org-1.1/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