diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-08 05:59:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-08 05:59:13 +0000 |
commit | f0d0f3d8e0d520067cc0bfd76df3ed050f014370 (patch) | |
tree | 6222d08cad20cc04a280a9ae4718b7060765e092 /audio/mac | |
parent | 9d006776f57e3309bca33411c015f107deb1fe78 (diff) | |
download | ports-f0d0f3d8e0d520067cc0bfd76df3ed050f014370.tar.gz ports-f0d0f3d8e0d520067cc0bfd76df3ed050f014370.zip |
Notes
Diffstat (limited to 'audio/mac')
-rw-r--r-- | audio/mac/files/patch-configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/audio/mac/files/patch-configure b/audio/mac/files/patch-configure index 531d0ba82e43..6b94f3d3899f 100644 --- a/audio/mac/files/patch-configure +++ b/audio/mac/files/patch-configure @@ -9,12 +9,3 @@ ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -11215,7 +11215,7 @@ striplib= - old_striplib= - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 - $as_echo_n "checking whether stripping libraries is possible... " >&6; } --if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then -+if test -n "$STRIP" && $STRIP -V 2>&1 | $EGREP "GNU|elftoolchain" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |