summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorhans <hans>2011-04-20 22:23:57 +0000
committerhans <hans>2011-04-20 22:23:57 +0000
commit5f0db3e0c830a6227a3cd234fc2d40334da3d872 (patch)
tree8add60327f6394faa2a118ddbb48a8f14c79ef9d /math
parentf1c94e9ce7ce3553fbdad335ccdf71b8c9723c47 (diff)
downloadpkgsrc-5f0db3e0c830a6227a3cd234fc2d40334da3d872.tar.gz
Fix linking against pari.
Diffstat (limited to 'math')
-rw-r--r--math/clisp-pari/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/clisp-pari/Makefile b/math/clisp-pari/Makefile
index e70c6943b56..c050d1c97ba 100644
--- a/math/clisp-pari/Makefile
+++ b/math/clisp-pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/20 18:44:56 hans Exp $
+# $NetBSD: Makefile,v 1.2 2011/04/20 22:23:57 hans Exp $
#
CLISP_MODULE= pari
@@ -21,6 +21,6 @@ ac_cv_libpari_libs= -l${PARI_LIB}
ac_cv_libpari_libs+= -lgmp
.endif
-CONFIGURE_ENV+= "ac_cv_libpari_libs=${ac_cv_libpari_libs}"
+CONFIGURE_ENV+= "ac_cv_libpari_libs=${ac_cv_libpari_libs} -R${LOCALBASE}/lib"
.include "../../mk/bsd.pkg.mk"