diff options
author | gavan <gavan> | 2003-11-06 18:54:34 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-11-06 18:54:34 +0000 |
commit | cf201198824325880b5237de9397eee71568b0d5 (patch) | |
tree | 58c1cfdd3271deacc106a1246956cc87de82900a /emulators/vice | |
parent | 06d83a716655bd67fc9e304654535b71d5569846 (diff) | |
download | pkgsrc-cf201198824325880b5237de9397eee71568b0d5.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 |