diff options
author | Sam James <sam@gentoo.org> | 2021-12-01 15:59:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-01 16:25:43 +0000 |
commit | 23139790af0807c7a92d0861e4601f02dd2ee808 (patch) | |
tree | 319ab8ff64f47f28290774fa9053a73d1fe6fe7d /media-gfx/sam2p/files | |
parent | dev-util/cutter: add 2.0.4 (diff) | |
download | gentoo-23139790af0807c7a92d0861e4601f02dd2ee808.tar.gz gentoo-23139790af0807c7a92d0861e4601f02dd2ee808.tar.bz2 gentoo-23139790af0807c7a92d0861e4601f02dd2ee808.zip |
media-gfx/sam2p: fix configure with clang
Closes: https://bugs.gentoo.org/827925
Thanks-to: <nvinson234@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/sam2p/files')
-rw-r--r-- | media-gfx/sam2p/files/sam2p-0.49.4_p20190718-fix-configure-clang.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/sam2p/files/sam2p-0.49.4_p20190718-fix-configure-clang.patch b/media-gfx/sam2p/files/sam2p-0.49.4_p20190718-fix-configure-clang.patch new file mode 100644 index 000000000000..0d8e769e903d --- /dev/null +++ b/media-gfx/sam2p/files/sam2p-0.49.4_p20190718-fix-configure-clang.patch @@ -0,0 +1,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 |