From 23beff366f33af1b9139430cd0412f5eb1605b74 Mon Sep 17 00:00:00 2001 From: gavan Date: Wed, 29 Oct 2003 16:57:32 +0000 Subject: Set USE_GCC_SHLIB, and set LIBTOOL_OVERRIDE correctly. Fixes linking on Solaris. --- audio/libsidplay/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio/libsidplay') diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 32732caab40..c0717cd1699 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -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 @@ CONFLICTS= sidplay-1.36.* 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" -- cgit v1.2.3