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 | dd02fa6e2329344cd553b2c283ae7944b1a243fd (patch) | |
tree | 58c1cfdd3271deacc106a1246956cc87de82900a /emulators/vice | |
parent | 17a834abacc74226e8bfa692fd9179b0dba20ef4 (diff) | |
download | pkgsrc-dd02fa6e2329344cd553b2c283ae7944b1a243fd.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index f20f3629f7b..f033d62ffde 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2003/09/28 10:41:21 kristerw Exp $ +# $NetBSD: Makefile,v 1.37 2003/11/06 18:54:34 gavan Exp $ # DISTNAME= vice-1.13 @@ -30,6 +30,7 @@ USE_PKGLOCALEDIR= YES USE_X11= YES USE_GMAKE= YES GNU_CONFIGURE= YES +USE_GCC_SHLIB= YES INFO_FILES= vice.info |