7c72067efc
This update is needed for further KDE updates. - Use the new OPTIONS syntax. - Use the new LIB_DEPENDS syntax. - Stop redefining do-install; the port has its own `make install' that does the same thing provided we use USES=pathfix and tune Makefile.in. - Support staging. Bump PORTREVISION in ports that depend on libraw. PR: ports/185118 Submitted by: rakuco@ Approved by: maintainer timeout (35 days)
11 lines
355 B
Text
11 lines
355 B
Text
--- configure.orig 2010-12-29 18:51:59.000000000 +0300
|
|
+++ configure 2010-12-29 18:52:22.000000000 +0300
|
|
@@ -2256,7 +2256,7 @@
|
|
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
|
|
esac
|
|
|
|
-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
|