pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87d6ce006b92
branches:  trunk
changeset: 463329:87d6ce006b92
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Nov 06 17:39:30 2003 +0000

description:
Set USE_GCC_SHLIB. Fixes linking on Solaris.

diffstat:

 devel/physfs/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 861a599d3efb -r 87d6ce006b92 devel/physfs/Makefile
--- a/devel/physfs/Makefile     Thu Nov 06 17:11:59 2003 +0000
+++ b/devel/physfs/Makefile     Thu Nov 06 17:39:30 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 16:43:44 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/11/06 17:39:30 gavan Exp $
 #
 
 DISTNAME=              physfs-0.1.8
@@ -14,6 +14,7 @@
 USE_LIBTOOL=           yes
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 GNU_CONFIGURE=         yes
+USE_GCC_SHLIB=         yes
 
 CONFIGURE_ARGS+=       LIBS="${BUILDLINK_LDFLAGS.pthread}"
 



Home | Main Index | Thread Index | Old Index