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 /emulators/vice | |
parent | e6d8b93d061ca4ce19c74945940a31a861e6b53c (diff) | |
download | pkgsrc-b9dbc88bb08661d079fa94a2e8587e3812be397a.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 |