pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/id3lib Changed #defined to yes in GNU_CONFIGURE ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cee1e888454c
branches:  trunk
changeset: 494929:cee1e888454c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 31 21:56:37 2005 +0000

description:
Changed #defined to yes in GNU_CONFIGURE and USE_LIBTOOL.

diffstat:

 audio/id3lib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5452bcaac689 -r cee1e888454c audio/id3lib/Makefile
--- a/audio/id3lib/Makefile     Tue May 31 21:55:53 2005 +0000
+++ b/audio/id3lib/Makefile     Tue May 31 21:56:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/04/11 21:44:53 tv Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/31 21:56:37 rillig Exp $
 #
 
 DISTNAME=      id3lib-3.8.3
@@ -13,8 +13,8 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LANGUAGES=         c c++
-GNU_CONFIGURE=         # defined
-USE_LIBTOOL=           # defined
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
 
 CPPFLAGS+=-DID3_NEED_WCHAR_TEMPLATE
 



Home | Main Index | Thread Index | Old Index