summaryrefslogtreecommitdiffstats
path: root/graphics-libs/coin/0001-use-clang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/coin/0001-use-clang.patch')
-rw-r--r--graphics-libs/coin/0001-use-clang.patch92
1 files changed, 0 insertions, 92 deletions
diff --git a/graphics-libs/coin/0001-use-clang.patch b/graphics-libs/coin/0001-use-clang.patch
deleted file mode 100644
index fcd3a6b9f5..0000000000
--- a/graphics-libs/coin/0001-use-clang.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-From f7a217352af5baac49ebae46995d6114cefaf2ec Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf@bandrate.org>
-Date: Fri, 20 Jan 2017 10:53:37 +0100
-Subject: [PATCH] use clang
-
----
- configure | 20 ++++++++++----------
- 1 file changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/configure b/configure
-index ef1131f..02ff22a 100755
---- a/configure
-+++ b/configure
-@@ -3611,7 +3611,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
--set dummy ${ac_tool_prefix}gcc; ac_word=$2
-+set dummy ${ac_tool_prefix}clang; ac_word=$2
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
- $as_echo_n "checking for $ac_word... " >&6; }
- if test "${ac_cv_prog_CC+set}" = set; then :
-@@ -3627,7 +3627,7 @@ do
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-- ac_cv_prog_CC="${ac_tool_prefix}gcc"
-+ ac_cv_prog_CC="${ac_tool_prefix}clang"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-@@ -3667,7 +3667,7 @@ do
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-- ac_cv_prog_ac_ct_CC="gcc"
-+ ac_cv_prog_ac_ct_CC="clang"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-@@ -5229,7 +5229,7 @@ if test -z "$CXX"; then
- CXX=$CCC
- else
- if test -n "$ac_tool_prefix"; then
-- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-+ for ac_prog in clang++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
- do
- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
- set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-@@ -5273,7 +5273,7 @@ fi
- fi
- if test -z "$CXX"; then
- ac_ct_CXX=$CXX
-- for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-+ for ac_prog in clang++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
-@@ -5316,7 +5316,7 @@ fi
- done
-
- if test "x$ac_ct_CXX" = x; then
-- CXX="g++"
-+ CXX="clang++"
- else
- case $cross_compiling:$ac_tool_warned in
- yes:)
-@@ -7039,8 +7039,8 @@ done
-
-
- if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
-- ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
-- (test "X$CXX" != "Xg++"))) ; then
-+ ( (test "X$CXX" = "Xclang++" && `clang++ -v >/dev/null 2>&1` ) ||
-+ (test "X$CXX" != "Xclang++"))) ; then
- ac_ext=cpp
- ac_cpp='$CXXCPP $CPPFLAGS'
- ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -11834,8 +11834,8 @@ $as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
- case $tagname in
- CXX)
- if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
-- ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
-- (test "X$CXX" != "Xg++"))) ; then
-+ ( (test "X$CXX" = "Xclang++" && `clang++ -v >/dev/null 2>&1` ) ||
-+ (test "X$CXX" != "Xclang++"))) ; then
- ac_ext=cpp
- ac_cpp='$CXXCPP $CPPFLAGS'
- ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
---
-2.11.0
-