You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/coot/files/coot-0.7-clipper-config.patch

18 lines
431 B

macros/clipper.m4 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/macros/clipper.m4 b/macros/clipper.m4
index 0bf087a..d0e8b6b 100644
--- a/macros/clipper.m4
+++ b/macros/clipper.m4
@@ -98,6 +98,9 @@ case $ac_cv_build_alias in
;;
esac
+CLIPPER_CXXFLAGS=`clipper-config --cflags`
+CLIPPER_LDOPTS=`clipper-config --libs`
+
AC_MSG_CHECKING([for Clipper])
LIBS="$save_LIBS $CLIPPER_LDOPTS"