diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-03 18:17:55 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-03 18:17:55 +0000 |
commit | 6a8ea7153322bcef2fd0a51da59a9be60b45eb36 (patch) | |
tree | 557c6893efaf250c31cd8419a0f90e80c7ae5d7c | |
parent | f4e323b2dab5d0ebd4387ed5c7481755285fb597 (diff) | |
download | pkgsrc-6a8ea7153322bcef2fd0a51da59a9be60b45eb36.tar.gz |
Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes building on
Solaris.
-rw-r--r-- | devel/gtl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/gtl/Makefile b/devel/gtl/Makefile index fc481ad00e9..624e5f2933a 100644 --- a/devel/gtl/Makefile +++ b/devel/gtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:31:01 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/11/03 18:17:55 gavan Exp $ DISTNAME= GTL-0.3.3 PKGNAME= gtl-0.3.3 @@ -11,6 +11,10 @@ COMMENT= C++ graph data structure library based on the STL USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +USE_BUILDLINK2= # defined +USE_GCC_SHLIB= # defined LICENSE= no-commercial-use |