summaryrefslogtreecommitdiff
path: root/editors/openoffice/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-04-15 13:48:19 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-04-15 13:48:19 +0000
commit1191ea838cfab73028caef98e51fdf14fbccff18 (patch)
treeb6dd0d6cf3072f278717c97592dc5c38c4be1bd1 /editors/openoffice/files
parentadd roap 0.1.2 (diff)
Fix patch argument which does fix the neon build
Notes
Notes: svn path=/head/; revision=57716
Diffstat (limited to 'editors/openoffice/files')
-rw-r--r--editors/openoffice/files/patch-external+neon+neonpatch.sh11
-rw-r--r--editors/openoffice/files/patch-external::neon::neonpatch.sh11
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-external+neon+neonpatch.sh b/editors/openoffice/files/patch-external+neon+neonpatch.sh
new file mode 100644
index 000000000000..d0bc9dad76c3
--- /dev/null
+++ b/editors/openoffice/files/patch-external+neon+neonpatch.sh
@@ -0,0 +1,11 @@
+--- ../external/neon/neonpatch.sh.orig Mon Apr 15 15:22:48 2002
++++ ../external/neon/neonpatch.sh Mon Apr 15 15:22:54 2002
+@@ -121,7 +121,7 @@
+
+ for PNAME in `cat flist.pat`
+ do
+- patch -i pat/$PNAME.pat rtufiles/$PNAME
++ patch < pat/$PNAME.pat rtufiles/$PNAME
+ done
+
+ #
diff --git a/editors/openoffice/files/patch-external::neon::neonpatch.sh b/editors/openoffice/files/patch-external::neon::neonpatch.sh
new file mode 100644
index 000000000000..d0bc9dad76c3
--- /dev/null
+++ b/editors/openoffice/files/patch-external::neon::neonpatch.sh
@@ -0,0 +1,11 @@
+--- ../external/neon/neonpatch.sh.orig Mon Apr 15 15:22:48 2002
++++ ../external/neon/neonpatch.sh Mon Apr 15 15:22:54 2002
+@@ -121,7 +121,7 @@
+
+ for PNAME in `cat flist.pat`
+ do
+- patch -i pat/$PNAME.pat rtufiles/$PNAME
++ patch < pat/$PNAME.pat rtufiles/$PNAME
+ done
+
+ #