1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/python15/files/patch-ag

12 lines
277 B
Plaintext
Raw Normal View History

--- Modules/makesetup.orig Fri Dec 11 02:10:29 1998
+++ Modules/makesetup Mon Aug 23 13:28:50 1999
@@ -101,7 +101,7 @@
LIBS=
LOCALLIBS=
BASELIBS=
- while read line
+ while read -e line
do
# Output DEFS in reverse order so first definition overrides
case $line in