diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-06 18:54:34 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-06 18:54:34 +0000 |
commit | b9dbc88bb08661d079fa94a2e8587e3812be397a (patch) | |
tree | 58c1cfdd3271deacc106a1246956cc87de82900a /fonts/mminstance | |
parent | e6d8b93d061ca4ce19c74945940a31a861e6b53c (diff) | |
download | pkgsrc-b9dbc88bb08661d079fa94a2e8587e3812be397a.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'fonts/mminstance')
-rw-r--r-- | fonts/mminstance/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/mminstance/Makefile b/fonts/mminstance/Makefile index 87412a0b955..3f0a00acb8c 100644 --- a/fonts/mminstance/Makefile +++ b/fonts/mminstance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:37:29 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/11/06 18:57:14 gavan Exp $ # DISTNAME= mminstance-1.20 @@ -10,5 +10,6 @@ HOMEPAGE= http://www.lcdf.org/~eddietwo/type/ COMMENT= Utility programs for creating instances of multiple master fonts GNU_CONFIGURE= YES +USE_GCC_SHLIB= YES .include "../../mk/bsd.pkg.mk" |