mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
60607b2053
PR: 13276 Submitted by: Randall Hopper <aa8vb@ipass.net>
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
--- 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
|