Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 20:17:56 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344628 - head/audio/libsidplay2
Message-ID:  <201402162017.s1GKHuQ5023465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Feb 16 20:17:56 2014
New Revision: 344628
URL: http://svnweb.freebsd.org/changeset/ports/344628
QAT: https://qat.redports.org/buildarchive/r344628/

Log:
  ldconfig should find all the libs installed
  
  PR:		ports/186543

Modified:
  head/audio/libsidplay2/Makefile

Modified: head/audio/libsidplay2/Makefile
==============================================================================
--- head/audio/libsidplay2/Makefile	Sun Feb 16 20:12:06 2014	(r344627)
+++ head/audio/libsidplay2/Makefile	Sun Feb 16 20:17:56 2014	(r344628)
@@ -3,13 +3,13 @@
 
 PORTNAME=	libsidplay2
 PORTVERSION=	2.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio emulators
 MASTER_SITES=	SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION}
 DISTNAME=	sidplay-libs-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Library to play Commodore 64 SID-tunes cycle accurate
+COMMENT=	Library to play Commodore 64 SID-tunes cycle accurately
 
 USES=		gmake pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
@@ -18,7 +18,7 @@ LIBTOOLFILES=	builders/hardsid-builder/c
 		libsidplay/configure \
 		libsidutils/configure \
 		resid/configure
-USE_LDCONFIG=	yes
+USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/sidplay/builders
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402162017.s1GKHuQ5023465>