pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libsidplay Set USE_GCC_SHLIB, and set LIBTOOL_OV...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a903a86fc4d0
branches:  trunk
changeset: 463124:a903a86fc4d0
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Wed Oct 29 16:57:32 2003 +0000

description:
Set USE_GCC_SHLIB, and set LIBTOOL_OVERRIDE correctly. Fixes linking on Solaris.

diffstat:

 audio/libsidplay/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r b45e3d834d7c -r a903a86fc4d0 audio/libsidplay/Makefile
--- a/audio/libsidplay/Makefile Wed Oct 29 16:31:46 2003 +0000
+++ b/audio/libsidplay/Makefile Wed Oct 29 16:57:32 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 21:22:44 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/10/29 16:57:32 gavan Exp $
 #
 
 DISTNAME=      libsidplay-1.36.57
@@ -15,8 +15,9 @@
 GNU_CONFIGURE=         yes
 USE_GMAKE=             yes
 USE_BUILDLINK2=                yes
+USE_GCC_SHLIB=         yes
 
 USE_LIBTOOL=           yes
-LTCONFIG_OVERRIDE=     ${WRKSRC}/scripts/ltconfig
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index