summaryrefslogtreecommitdiff
path: root/media-gfx/sam2p/files/sam2p-0.49.4_p20190718-fix-configure-clang.patch
blob: 0d8e769e903de7bb98ffaff0172c947c701ec5c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://bugs.gentoo.org/827925
--- a/configure.in
+++ b/configure.in
@@ -79,11 +79,11 @@ else
 fi

 dnl Checks for programs.
 dnl AC_PROG_CC
 AC_LANG_CPLUSPLUS
-CXXFLAGS=" "
+CXXFLAGS="-fPIC"
 dnl ^^^ set it to non-empty, so AC_PROG_CXX won't include `-g'
 CCC="$CCC g++"
 dnl ^^^ check g++ before c++ (see acspecific.m4, grep AC_PROG_CXX)
 AC_PROG_CXX