Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 19:57:53 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386808 - head/devel/libisofs
Message-ID:  <201505191957.t4JJvrkI047067@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Tue May 19 19:57:53 2015
New Revision: 386808
URL: https://svnweb.freebsd.org/changeset/ports/386808

Log:
  Uncomment USE_LDCONFIG
  
  Pointed by:	bapt@

Modified:
  head/devel/libisofs/Makefile

Modified: head/devel/libisofs/Makefile
==============================================================================
--- head/devel/libisofs/Makefile	Tue May 19 19:27:38 2015	(r386807)
+++ head/devel/libisofs/Makefile	Tue May 19 19:57:53 2015	(r386808)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libburn.so:${PORTSDIR}/deve
 
 GNU_CONFIGURE=	yes
 USES=		iconv libtool
-#USE_LDCONFIG=	yes
+USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
 post-patch:



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