pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Set USE_GCC_SHLIB. Fixes linking on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d17a2fa739ee
branches:  trunk
changeset: 463333:d17a2fa739ee
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Nov 06 18:54:34 2003 +0000

description:
Set USE_GCC_SHLIB. Fixes linking on Solaris.

diffstat:

 emulators/vice/Makefile   |  3 ++-
 fonts/mminstance/Makefile |  3 ++-
 games/battleball/Makefile |  3 ++-
 games/xarchon/Makefile    |  3 ++-
 games/xmahjongg/Makefile  |  3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diffs (83 lines):

diff -r 5e5e94a4ab7a -r d17a2fa739ee emulators/vice/Makefile
--- a/emulators/vice/Makefile   Thu Nov 06 18:31:08 2003 +0000
+++ b/emulators/vice/Makefile   Thu Nov 06 18:54:34 2003 +0000
@@ -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_X11=               YES
 USE_GMAKE=             YES
 GNU_CONFIGURE=         YES
+USE_GCC_SHLIB=         YES
 
 INFO_FILES=            vice.info
 
diff -r 5e5e94a4ab7a -r d17a2fa739ee fonts/mminstance/Makefile
--- a/fonts/mminstance/Makefile Thu Nov 06 18:31:08 2003 +0000
+++ b/fonts/mminstance/Makefile Thu Nov 06 18:54:34 2003 +0000
@@ -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 @@
 COMMENT=       Utility programs for creating instances of multiple master fonts
 
 GNU_CONFIGURE= YES
+USE_GCC_SHLIB= YES
 
 .include "../../mk/bsd.pkg.mk"
diff -r 5e5e94a4ab7a -r d17a2fa739ee games/battleball/Makefile
--- a/games/battleball/Makefile Thu Nov 06 18:31:08 2003 +0000
+++ b/games/battleball/Makefile Thu Nov 06 18:54:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/03/29 12:41:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2003/11/06 19:06:42 gavan Exp $
 
 DISTNAME=      battleball.21.src
 PKGNAME=       battleball-2.1
@@ -13,6 +13,7 @@
 
 USE_BUILDLINK2=        YES
 USE_X11=       YES
+USE_GCC_SHLIB= YES
 
 SED_CMDS=      -e '/^INCS/s|$$|${CPPFLAGS}|' -e '/^LIBS/s|$$|${LDFLAGS}|'
 
diff -r 5e5e94a4ab7a -r d17a2fa739ee games/xarchon/Makefile
--- a/games/xarchon/Makefile    Thu Nov 06 18:31:08 2003 +0000
+++ b/games/xarchon/Makefile    Thu Nov 06 18:54:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/07/17 21:39:27 grant Exp $
+# $NetBSD: Makefile,v 1.22 2003/11/06 19:15:40 gavan Exp $
 #
 
 DISTNAME=      xarchon-0.50
@@ -15,6 +15,7 @@
 USE_GMAKE=     YES
 GNU_CONFIGURE= YES
 USE_X11=       YES
+USE_GCC_SHLIB= YES
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 5e5e94a4ab7a -r d17a2fa739ee games/xmahjongg/Makefile
--- a/games/xmahjongg/Makefile  Thu Nov 06 18:31:08 2003 +0000
+++ b/games/xmahjongg/Makefile  Thu Nov 06 18:54:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/07/17 21:39:39 grant Exp $
+# $NetBSD: Makefile,v 1.17 2003/11/06 19:20:54 gavan Exp $
 #
 
 DISTNAME=      xmahjongg-3.6.1
@@ -12,5 +12,6 @@
 USE_BUILDLINK2=        YES
 USE_X11=       YES
 GNU_CONFIGURE= YES
+USE_GCC_SHLIB= YES
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index