pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/wcalc add missing USE_PKGLOCALEDIR which broke som...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfc37d2d0ac2
branches:  trunk
changeset: 524039:bfc37d2d0ac2
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Jan 17 14:19:43 2007 +0000

description:
add missing USE_PKGLOCALEDIR which broke some of the wcalc pacakges on solaris

diffstat:

 cad/wcalc/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0afbf572ceb3 -r bfc37d2d0ac2 cad/wcalc/Makefile.common
--- a/cad/wcalc/Makefile.common Wed Jan 17 14:18:40 2007 +0000
+++ b/cad/wcalc/Makefile.common Wed Jan 17 14:19:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2006/01/08 06:31:54 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.7 2007/01/17 14:19:43 dmcmahill Exp $
 #
 
 DISTNAME=       wcalc-1.0
@@ -14,6 +14,8 @@
 GNU_CONFIGURE=  YES
 USE_LIBTOOL=   YES
 
+USE_PKGLOCALEDIR=      yes
+
 # uses vpath and a GNU make pattern rule
 USE_TOOLS+=    gmake pkg-config
 



Home | Main Index | Thread Index | Old Index