pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libxfce4util Fix PKGSRC_COMPILER check so that it ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df67fc9669be
branches:  trunk
changeset: 538433:df67fc9669be
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Feb 08 10:25:26 2008 +0000

description:
Fix PKGSRC_COMPILER check so that it works with compiler chaining.

diffstat:

 x11/libxfce4util/hacks.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8465e52b5951 -r df67fc9669be x11/libxfce4util/hacks.mk
--- a/x11/libxfce4util/hacks.mk Fri Feb 08 10:17:26 2008 +0000
+++ b/x11/libxfce4util/hacks.mk Fri Feb 08 10:25:26 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2006/02/18 20:43:00 schwarz Exp $
+# $NetBSD: hacks.mk,v 1.2 2008/02/08 10:25:26 tnn Exp $
 
 .if !defined(LIBXFCE4UTIL_HACKS_MK)
 LIBXFCE4UTIL_HACKS_MK= # defined
@@ -6,7 +6,7 @@
 ### [Sat Feb  4 09:07:25 CET 2006: schwarz]
 ### SGI ido compiler does not handle (...) in defines
 ###
-.if ${PKGSRC_COMPILER} == "ido"
+.if !empty(PKGSRC_COMPILER:Mido)
 PKG_HACKS+=            no-dots-in-defines
 SUBST_CLASSES+=                dots
 SUBST_STAGE.dots=      post-patch



Home | Main Index | Thread Index | Old Index