summaryrefslogtreecommitdiff
path: root/x11/libxfce4util/hacks.mk
blob: 35e413c9339a331a3aff95f5573eb855ec56c2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: hacks.mk,v 1.2 2008/02/08 10:25:26 tnn Exp $

.if !defined(LIBXFCE4UTIL_HACKS_MK)
LIBXFCE4UTIL_HACKS_MK=	# defined

### [Sat Feb  4 09:07:25 CET 2006: schwarz]
### SGI ido compiler does not handle (...) in defines
###
.if !empty(PKGSRC_COMPILER:Mido)
PKG_HACKS+=		no-dots-in-defines
SUBST_CLASSES+=		dots
SUBST_STAGE.dots=	post-patch
SUBST_FILES.dots=	libxfce4util/xfce-miscutils.h libxfce4util/debug.h
SUBST_SED.dots=		-e 's,(\.\.\.),(x),g'
.endif

.endif