summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz>2002-03-10 22:11:36 +0000
committerwiz <wiz>2002-03-10 22:11:36 +0000
commit85e43fa585886b476a4ff84ef6cb21a5ae4830a1 (patch)
treeddbf7e622762b2b38a6521cc57d4caf41aba5840 /wm
parent4f7b0a4f998d9fc3d7f369ffc9153eeb2be9f297 (diff)
downloadpkgsrc-85e43fa585886b476a4ff84ef6cb21a5ae4830a1.tar.gz
Set START_XPM even if no APM on the machine (the two are unrelated).
Diffstat (limited to 'wm')
-rw-r--r--wm/icewm/Makefile.common5
1 files changed, 3 insertions, 2 deletions
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