diff options
-rw-r--r-- | x11/libxfce4util/hacks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxfce4util/hacks.mk b/x11/libxfce4util/hacks.mk index 2da7a705cb4..35e413c9339 100644 --- a/x11/libxfce4util/hacks.mk +++ b/x11/libxfce4util/hacks.mk @@ -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 @@ LIBXFCE4UTIL_HACKS_MK= # defined ### [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 |