diff options
author | gavan <gavan> | 2003-11-07 14:59:42 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-11-07 14:59:42 +0000 |
commit | e8c408217e636b6d82a4f999977cf8d3bb0f9c6c (patch) | |
tree | d4335f13caefc45364a50b84d06c3b4ea771b519 /math | |
parent | 41efc99ae348c0738735a44ac12bf0ca0966704c (diff) | |
download | pkgsrc-e8c408217e636b6d82a4f999977cf8d3bb0f9c6c.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'math')
-rw-r--r-- | math/graphopt/Makefile | 3 | ||||
-rw-r--r-- | math/yacas/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile index be4e06ed32b..f0f5ada8389 100644 --- a/math/graphopt/Makefile +++ b/math/graphopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/21 16:57:13 martti Exp $ +# $NetBSD: Makefile,v 1.10 2003/11/07 15:24:10 gavan Exp $ # DISTNAME= graphopt-0.4.1 @@ -12,6 +12,7 @@ HOMEPAGE= http://schmuhl.org/graphopt/ COMMENT= Optimize graph layouts USE_BUILDLINK2= YES +USE_GCC_SHLIB= YES GNU_CONFIGURE= YES post-install: 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 |