1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/editors/openoffice/files/patch-external+expat+expatpatch.sh
Martin Blapp a46228370b Fix breakage with "patch -i" which is missing in STABLE. For some strange
reason it exists in recent CURRENT, but is not documented.
2002-03-13 16:31:53 +00:00

12 lines
318 B
Bash

--- ../external/expat/expatpatch.sh.orig Wed Mar 13 16:59:16 2002
+++ ../external/expat/expatpatch.sh Wed Mar 13 17:00:18 2002
@@ -87,7 +87,7 @@
for PNAME in `cat flist.pat`
do
- patch -i pat/$PNAME.pat rtufiles/$PNAME
+ patch < pat/$PNAME.pat rtufiles/$PNAME
done
for SDNAME in `cat flist.sd`