diff options
author | wiz <wiz> | 2002-03-10 22:11:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-10 22:11:36 +0000 |
commit | f468132bc777ff1ff88d01e4a1a1d141ade34e8a (patch) | |
tree | ddbf7e622762b2b38a6521cc57d4caf41aba5840 /wm | |
parent | f4908ff9b3645baa5a2806d109d2e678f182a3b7 (diff) | |
download | pkgsrc-f468132bc777ff1ff88d01e4a1a1d141ade34e8a.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.common | 5 |
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 |