diff options
author | mbr <mbr@FreeBSD.org> | 2002-04-15 21:48:19 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-04-15 21:48:19 +0800 |
commit | 6f6fad7784e860bd5ea62497ec9d24c7caa4f75e (patch) | |
tree | 3be5184bf5c9b1630abf7addb0c8ad4ed22bd659 /editors/openoffice-1.0 | |
parent | b1b2194491c5d013d9908dd2ea45cbd2363dd1f5 (diff) | |
download | freebsd-ports-gnome-6f6fad7784e860bd5ea62497ec9d24c7caa4f75e.tar.gz freebsd-ports-gnome-6f6fad7784e860bd5ea62497ec9d24c7caa4f75e.tar.zst freebsd-ports-gnome-6f6fad7784e860bd5ea62497ec9d24c7caa4f75e.zip |
Fix patch argument which does fix the neon build
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/files/patch-external+neon+neonpatch.sh | 11 | ||||
-rw-r--r-- | editors/openoffice-1.0/files/patch-external::neon::neonpatch.sh | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-external+neon+neonpatch.sh b/editors/openoffice-1.0/files/patch-external+neon+neonpatch.sh new file mode 100644 index 000000000000..d0bc9dad76c3 --- /dev/null +++ b/editors/openoffice-1.0/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-1.0/files/patch-external::neon::neonpatch.sh b/editors/openoffice-1.0/files/patch-external::neon::neonpatch.sh new file mode 100644 index 000000000000..d0bc9dad76c3 --- /dev/null +++ b/editors/openoffice-1.0/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 + + # |