diff options
Diffstat (limited to 'net/asterisk10/files/patch-editline::configure')
-rw-r--r-- | net/asterisk10/files/patch-editline::configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk10/files/patch-editline::configure b/net/asterisk10/files/patch-editline::configure new file mode 100644 index 000000000000..040ab0422c92 --- /dev/null +++ b/net/asterisk10/files/patch-editline::configure @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- editline/configure 2003/10/17 09:02:33 1.1 ++++ editline/configure 2003/10/17 09:03:18 +@@ -1906,7 +1906,7 @@ + CPPFLAGS="$CPPFLAGS -DDEBUG_TTY -DDEBUG_KEY -DDEBUG_READ -DDEBUG" + CPPFLAGS="$CPPFLAGS -DDEBUG_REFRESH -DDEBUG_PASTE" + else +- CFLAGS="$CFLAGS -O" ++ CFLAGS="$CFLAGS" + fi + + |