svn commit: r421630 - head/audio/speex/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 9 19:24:34 UTC 2016


Author: amdmi3
Date: Fri Sep  9 19:24:33 2016
New Revision: 421630
URL: https://svnweb.freebsd.org/changeset/ports/421630

Log:
  - Fix build with --disable-silent-rules
  
  PR:		212411
  Submitted by:	amdmi3
  Approved by:	portmgr

Added:
  head/audio/speex/files/
  head/audio/speex/files/patch-configure   (contents, props changed)

Added: head/audio/speex/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/speex/files/patch-configure	Fri Sep  9 19:24:33 2016	(r421630)
@@ -0,0 +1,10 @@
+--- configure.orig	2014-12-06 19:58:24 UTC
++++ configure
+@@ -2486,6 +2486,7 @@ case $enable_silent_rules in # (((
+    no) AM_DEFAULT_VERBOSITY=1;;
+     *) AM_DEFAULT_VERBOSITY=0;;
+ esac
++unset enableval
+ am_make=${MAKE-make}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
+ $as_echo_n "checking whether $am_make supports nested variables... " >&6; }


More information about the svn-ports-head mailing list