pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/png Include bsd.fast.prefs.mk before accessin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85875ab4c43e
branches:  trunk
changeset: 523223:85875ab4c43e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 03 19:54:12 2007 +0000

description:
Include bsd.fast.prefs.mk before accessing OPSYS.

diffstat:

 graphics/png/buildlink3.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1800af54324a -r 85875ab4c43e graphics/png/buildlink3.mk
--- a/graphics/png/buildlink3.mk        Wed Jan 03 19:21:01 2007 +0000
+++ b/graphics/png/buildlink3.mk        Wed Jan 03 19:54:12 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.18 2007/01/03 16:23:10 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.19 2007/01/03 19:54:12 joerg Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 PNG_BUILDLINK3_MK:=    ${PNG_BUILDLINK3_MK}+
@@ -13,6 +13,7 @@
 
 .if !empty(PNG_BUILDLINK3_MK:M+)
 # XXX tv - remove this OPSYS block the next time ABI_DEPENDS is bumped:
+.include "../../mk/bsd.fast.prefs.mk"
 .if ${OPSYS} == "Interix"
 BUILDLINK_ABI_DEPENDS.png?=    png>=1.2.14nb1 # fixes linkage bug
 .endif



Home | Main Index | Thread Index | Old Index