pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 Ensure the correct perl interpreter is fou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b13985fe541
branches:  trunk
changeset: 481953:4b13985fe541
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Fri Oct 15 13:42:51 2004 +0000

description:
Ensure the correct perl interpreter is found by configure.

diffstat:

 devel/glib2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2d1630492304 -r 4b13985fe541 devel/glib2/Makefile
--- a/devel/glib2/Makefile      Fri Oct 15 13:29:40 2004 +0000
+++ b/devel/glib2/Makefile      Fri Oct 15 13:42:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2004/10/08 19:18:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.60 2004/10/15 13:42:51 gavan Exp $
 
 DISTNAME=              glib-2.4.7
 PKGNAME=               ${DISTNAME:S/glib/glib2/}
@@ -40,6 +40,9 @@
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=                F77=${FALSE}
 
+CONFIGURE_ENV+=                PERL=${PERL5}
+CONFIGURE_ENV+=                PERL_PATH=${PERL5}
+
 .include "../../mk/bsd.prefs.mk"
 
 # FreeBSD fix for libgthread:



Home | Main Index | Thread Index | Old Index