diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-07 14:59:42 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-07 14:59:42 +0000 |
commit | d50b33ce660340f27eeb7f12c512a1fbdc8c3166 (patch) | |
tree | d4335f13caefc45364a50b84d06c3b4ea771b519 /math/yacas | |
parent | 3cdf51cc4d290f50b2d0a6553d420fcfe5d334eb (diff) | |
download | pkgsrc-d50b33ce660340f27eeb7f12c512a1fbdc8c3166.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'math/yacas')
-rw-r--r-- | math/yacas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 6c3e25bc23f..f182159fa7e 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:48:22 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/11/07 15:27:24 gavan Exp $ # DISTNAME= yacas-1.0.48 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.xs4all.nl/~apinkus/yacas.html COMMENT= Yet Another Computer Algebra System GNU_CONFIGURE= YES +USE_GCC_SHLIB= YES TEST_TARGET= test |