aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1999-08-23 20:00:46 +0800
committertg <tg@FreeBSD.org>1999-08-23 20:00:46 +0800
commit5e3cc247944e6e56d1a65df33a42104cec6bb897 (patch)
treec3435883278885f07ba38f0cbe0fe5200f34b4cc /lang
parentdc1c3a35b7dbd537e976c45ca77919d6c4dbe7ee (diff)
downloadfreebsd-ports-gnome-5e3cc247944e6e56d1a65df33a42104cec6bb897.tar.gz
freebsd-ports-gnome-5e3cc247944e6e56d1a65df33a42104cec6bb897.tar.zst
freebsd-ports-gnome-5e3cc247944e6e56d1a65df33a42104cec6bb897.zip
Use `read -e', so makesetup groks continuation lines.
PR: 13276 Submitted by: Randall Hopper <aa8vb@ipass.net>
Diffstat (limited to 'lang')
-rw-r--r--lang/python+ipv6/files/patch-ag11
-rw-r--r--lang/python15/files/patch-ag11
2 files changed, 22 insertions, 0 deletions
diff --git a/lang/python+ipv6/files/patch-ag b/lang/python+ipv6/files/patch-ag
new file mode 100644
index 000000000000..5e2feb78c0d3
--- /dev/null
+++ b/lang/python+ipv6/files/patch-ag
@@ -0,0 +1,11 @@
+--- 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
diff --git a/lang/python15/files/patch-ag b/lang/python15/files/patch-ag
new file mode 100644
index 000000000000..5e2feb78c0d3
--- /dev/null
+++ b/lang/python15/files/patch-ag
@@ -0,0 +1,11 @@
+--- 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