pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/bochs Set USE_GCC_SHLIB. Fixes linking on So...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df85f972526d
branches:  trunk
changeset: 463331:df85f972526d
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Nov 06 18:26:46 2003 +0000

description:
Set USE_GCC_SHLIB. Fixes linking on Solaris.

diffstat:

 emulators/bochs/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ea0d5848dae1 -r df85f972526d emulators/bochs/Makefile
--- a/emulators/bochs/Makefile  Thu Nov 06 18:14:03 2003 +0000
+++ b/emulators/bochs/Makefile  Thu Nov 06 18:26:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/10/26 17:40:31 kristerw Exp $
+# $NetBSD: Makefile,v 1.30 2003/11/06 18:26:46 gavan Exp $
 
 DISTNAME=              bochs-2.0.2
 CATEGORIES=            emulators
@@ -12,6 +12,7 @@
 CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
 CONFIG_SUB_OVERRIDE=   ${WRKSRC}/config.sub
 USE_GMAKE=             yes
+USE_GCC_SHLIB=         yes
 # These options are not enabled by default because they can adversely impact
 # performance. The number of processors can be either 1 (default), 2, or 4.
 #CONFIGURE_ARGS+=      --enable-debugger --enable-disasm



Home | Main Index | Thread Index | Old Index