mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Complete conversion to options helpers - Add options for JPEG and JASPER support - Side note: This had a dependency on jpeg before, so the JPEG option default is ON. However, the configure script wasn't detecting it previously. - Silence MKDIRs - Take maintainership - Chase shared library bump Changes: http://www.libraw.org/download#changelog
11 lines
349 B
Text
11 lines
349 B
Text
--- configure.orig 2016-12-27 15:20:15 UTC
|
|
+++ configure
|
|
@@ -2763,7 +2763,7 @@ fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
|
|
$as_echo "$MKDIR_P" >&6; }
|
|
|
|
-for ac_prog in gawk mawk nawk awk
|
|
+for ac_prog in awk
|
|
do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
set dummy $ac_prog; ac_word=$2
|