pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7fc68304197
branches:  trunk
changeset: 463412:b7fc68304197
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Mon Nov 10 13:35:41 2003 +0000

description:
Set USE_GCC_SHLIB. Fixes linking on Solaris.

diffstat:

 time/bbdate/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r bf234ac6c828 -r b7fc68304197 time/bbdate/Makefile
--- a/time/bbdate/Makefile      Mon Nov 10 13:23:05 2003 +0000
+++ b/time/bbdate/Makefile      Mon Nov 10 13:35:41 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/18 15:53:14 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2003/11/10 13:35:41 gavan Exp $
 #
 
 DISTNAME=      bbdate-0.2.4
@@ -11,5 +11,6 @@
 
 GNU_CONFIGURE=  YES
 USE_X11=        YES
+USE_GCC_SHLIB= YES
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index