From 85e43fa585886b476a4ff84ef6cb21a5ae4830a1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 10 Mar 2002 22:11:36 +0000 Subject: Set START_XPM even if no APM on the machine (the two are unrelated). --- wm/icewm/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wm') diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index c7ead630900..a871392571c 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2002/03/10 21:51:36 wiz Exp $ +# $NetBSD: Makefile.common,v 1.13 2002/03/10 22:11:36 wiz Exp $ DISTNAME= icewm-1.0.9-2 CATEGORIES= x11 wm @@ -27,8 +27,9 @@ CONFIGURE_ARGS+= --disable-apm .if ${OPSYS} == "NetBSD" .if exists(/usr/include/machine/apmvar.h) -CPPFLAGS+= -DCONFIG_APM -DSTART_XPM="\"bsd-daemon.xpm\"" +CPPFLAGS+= -DCONFIG_APM .endif +CPPFLAGS+= -DSTART_XPM="\"bsd-daemon.xpm\"" .endif DOCDIR= ${PREFIX}/share/doc/icewm -- cgit v1.2.3