freebsd-ports/lang/python+ipv6/files/patch-ag
Thomas Gellekum 60607b2053 Use `read -e', so makesetup groks continuation lines.
PR:		13276
Submitted by:	Randall Hopper <aa8vb@ipass.net>
1999-08-23 12:00:46 +00:00

11 lines
277 B
Text

--- 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