summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorgavan <gavan@pkgsrc.org>2003-11-06 18:54:34 +0000
committergavan <gavan@pkgsrc.org>2003-11-06 18:54:34 +0000
commitdd02fa6e2329344cd553b2c283ae7944b1a243fd (patch)
tree58c1cfdd3271deacc106a1246956cc87de82900a /fonts
parent17a834abacc74226e8bfa692fd9179b0dba20ef4 (diff)
downloadpkgsrc-dd02fa6e2329344cd553b2c283ae7944b1a243fd.tar.gz
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/mminstance/Makefile3
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"