diff options
author | Andrey Grozin <grozin@gentoo.org> | 2022-02-02 17:58:30 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2022-02-02 17:58:30 +0700 |
commit | c07ed0a4fe43b8bc8a6db0f5d0a1f1cf98dc7fcf (patch) | |
tree | d577dfde9482ebf0843f7064e31d5cb5da34810a /sci-mathematics/ginac/files | |
parent | mail-mta/ssmtp: Stabilize 2.64-r4 hppa, #832540 (diff) | |
download | gentoo-c07ed0a4fe43b8bc8a6db0f5d0a1f1cf98dc7fcf.tar.gz gentoo-c07ed0a4fe43b8bc8a6db0f5d0a1f1cf98dc7fcf.tar.bz2 gentoo-c07ed0a4fe43b8bc8a6db0f5d0a1f1cf98dc7fcf.zip |
sci-mathematics/ginac: bump to 1.8.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-mathematics/ginac/files')
-rw-r--r-- | sci-mathematics/ginac/files/ginac-1.8.2-pkgconfig.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-mathematics/ginac/files/ginac-1.8.2-pkgconfig.patch b/sci-mathematics/ginac/files/ginac-1.8.2-pkgconfig.patch new file mode 100644 index 000000000000..6f81f1e22043 --- /dev/null +++ b/sci-mathematics/ginac/files/ginac-1.8.2-pkgconfig.patch @@ -0,0 +1,9 @@ +--- ginac-1.4.4.org/ginac.pc.in 2009-03-16 21:17:22.000000000 +0530 ++++ ginac-1.4.4/ginac.pc.in 2009-03-16 21:25:28.000000000 +0530 +@@ -7,5 +7,5 @@ + Description: C++ library for symbolic calculations + Version: @VERSION@ + Requires: cln >= 1.2.2 +-Libs: -L${libdir} -lginac @GINACLIB_RPATH@ ++Libs: -L${libdir} -lginac + Cflags: -I${includedir} |