mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
a46228370b
reason it exists in recent CURRENT, but is not documented.
12 lines
298 B
Bash
12 lines
298 B
Bash
--- ../external/jpeg/jpegpatch.sh.orig Wed Mar 13 17:04:35 2002
|
|
+++ ../external/jpeg/jpegpatch.sh Wed Mar 13 17:08:02 2002
|
|
@@ -112,7 +112,7 @@
|
|
|
|
for PNAME in `cat flist.pat`
|
|
do
|
|
- patch -i pat/$PNAME.pat $PNAME
|
|
+ patch < pat/$PNAME.pat $PNAME
|
|
done
|
|
|
|
cp -rf jpeg-6b/* rtufiles/
|