<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/133bb219a8b0735bf78ec5c3513cd41f8e838140">https://github.com/macports/macports-base/commit/133bb219a8b0735bf78ec5c3513cd41f8e838140</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 133bb219a8b0735bf78ec5c3513cd41f8e838140
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Apr 11 07:34:36 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    standard_configure.sh: Passthrough any arguments
</span>---
 standard_configure.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/standard_configure.sh b/standard_configure.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index f30d554..a52bdc1 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/standard_configure.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/standard_configure.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> # This is how we run configure when building binary packages (more or less,
 # minus architecture selection). If you don't want a custom build, this
 # is probably how you should run it too.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-env PATH=/usr/bin:/bin:/usr/sbin:/sbin CFLAGS="-pipe -Os" ./configure --enable-readline
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+env PATH=/usr/bin:/bin:/usr/sbin:/sbin CFLAGS="-pipe -Os" ./configure --enable-readline "$@"
</span> 
 # If you want to use a different prefix, add this to the above:
 # --prefix=/some/path --with-applications-dir=/some/path/Applications
</pre><pre style='margin:0'>

</pre>