pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gsm Changed #defined to yes in USE_LIBTOOL and N...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffddab79cacb
branches:  trunk
changeset: 494927:ffddab79cacb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 31 21:55:18 2005 +0000

description:
Changed #defined to yes in USE_LIBTOOL and NO_CONFIGURE. Added proper
quoting of variables.

diffstat:

 audio/gsm/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 0520a219e475 -r ffddab79cacb audio/gsm/Makefile
--- a/audio/gsm/Makefile        Tue May 31 21:53:56 2005 +0000
+++ b/audio/gsm/Makefile        Tue May 31 21:55:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/04/11 21:44:53 tv Exp $
+# $NetBSD: Makefile,v 1.27 2005/05/31 21:55:18 rillig Exp $
 #
 
 DISTNAME=       gsm-1.0.10
@@ -11,10 +11,10 @@
 COMMENT=       Audio converter and library for converting u-law to gsm encoding
 
 WRKSRC=         ${WRKDIR}/gsm-1.0-pl10
-USE_LIBTOOL=   # defined
+USE_LIBTOOL=   yes
 
-NO_CONFIGURE=  # defined
-MAKE_ENV+=     INSTALL_ROOT="${PREFIX}" ROOT="${WRKSRC}"
+NO_CONFIGURE=  yes
+MAKE_ENV+=     INSTALL_ROOT=${PREFIX:Q} ROOT=${WRKSRC:Q}
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/include/gsm



Home | Main Index | Thread Index | Old Index