From da5bbe8bd60c785ed719fe12a7f8f13c4e8c96a5 Mon Sep 17 00:00:00 2001 From: Chris Dams Date: Wed, 28 Mar 2007 17:47:02 +0000 Subject: [PATCH] Patch by Alexei. --- ginac.pc.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ginac.pc.in b/ginac.pc.in index 47aeacc6..bb1e0e65 100644 --- a/ginac.pc.in +++ b/ginac.pc.in @@ -6,9 +6,6 @@ includedir=@includedir@ Name: GiNaC Description: C++ library for symbolic calculations Version: @VERSION@ -# uncomment this when a pkg-config'd cln exists -# CAUTION: this will merge in the cln libs and cflags which are already in -# GINACLIB_LIBS and GINACLIB_CPPFLAGS -#Requires: cln >= 1.1.0 -Libs: -L${libdir} -lginac @GINACLIB_LIBS@ -Cflags: -I${includedir} @GINACLIB_CPPFLAGS@ +Requires: cln >= 1.1.13 +Libs: -L${libdir} -lginac +Cflags: -I${includedir} -- 2.44.0