pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/configure PKG_DEVELOPER is a defined check; it does...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a2fc04e7ecb
branches:  trunk
changeset: 520704:7a2fc04e7ecb
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 26 14:42:53 2006 +0000

description:
PKG_DEVELOPER is a defined check; it doesn't need to equal the string "yes".

diffstat:

 mk/configure/check-portability.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f47a011dd375 -r 7a2fc04e7ecb mk/configure/check-portability.mk
--- a/mk/configure/check-portability.mk Thu Oct 26 14:41:53 2006 +0000
+++ b/mk/configure/check-portability.mk Thu Oct 26 14:42:53 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.7 2006/10/23 16:07:12 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.8 2006/10/26 14:42:53 tv Exp $
 #
 # This file contains some checks that are applied to the configure
 # scripts to check for certain constructs that are known to cause
@@ -27,7 +27,7 @@
 #      Default value: empty.
 #
 
-.if defined(PKG_DEVELOPER) && !empty(PKG_DEVELOPER:M[Yy][Ee][Ss])
+.if defined(PKG_DEVELOPER)
 CHECK_PORTABILITY?=            yes
 .endif
 CHECK_PORTABILITY?=            no



Home | Main Index | Thread Index | Old Index