mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
11 lines
456 B
Text
11 lines
456 B
Text
--- configure.orig 2014-09-11 19:03:07 UTC
|
|
+++ configure
|
|
@@ -2088,7 +2088,7 @@
|
|
s/^#.*$//m;
|
|
s/^\s+//gim;
|
|
s/\s+$/\n/gim;
|
|
- s/\+$/\/rt3/gim;
|
|
+ s/\+$/\/rt42/gim;
|
|
# m4 will not let us just use $srcdir/config.layout, we need $1
|
|
s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man|html)dir)\s*:\s*(.*)$/$1=$2/gim;
|
|
s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\$$1" = "xNONE" || test "x\$$1" = "x") && $1=$2/gim;
|