pkgsrc-wip/libxfce4util/hacks.mk
Guillaume Lasmayous a5e63fb734 Import libxfce4util-4.8.1 as wip/libxfce4util.
Basic utility library for Xfce.
2011-06-28 20:23:29 +00:00

17 lines
476 B
Makefile

# $NetBSD: hacks.mk,v 1.1.1.1 2011/06/28 20:23:29 guigui2 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