summaryrefslogtreecommitdiff
path: root/wm/icewm/Makefile.common
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-09 20:12:01 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-09 20:12:01 +0000
commit3e1dce00f31b5a84a521e1cd999ae5a0b2d04ad6 (patch)
tree16c3927914e8edbef7b4271decf5753aecad37ca /wm/icewm/Makefile.common
parent2ad5f464b417ad4c3025820cce3e8cb818aa5d46 (diff)
downloadpkgsrc-3e1dce00f31b5a84a521e1cd999ae5a0b2d04ad6.tar.gz
Remove useless definition of CONFIG_APM (apm is managed through a configure
argument) as reported in PR pkg/19017 by Sergey Svishchev. Fix START_XPM definition with START_PIXMAP (the former is completely ignored). PKGREVISION++ because of this (icewm executable has changed).
Diffstat (limited to 'wm/icewm/Makefile.common')
-rw-r--r--wm/icewm/Makefile.common9
1 files changed, 3 insertions, 6 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index 53246f0e0d1..78c1e4528a3 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2002/11/21 10:09:59 grant Exp $
+# $NetBSD: Makefile.common,v 1.17 2003/01/09 20:12:01 jmmv Exp $
DISTNAME= icewm-1.2.0
CATEGORIES= x11 wm
@@ -23,11 +23,8 @@ CONFIGURE_ARGS+= --disable-apm
.endif
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-.if ${OPSYS} == "NetBSD"
-.if exists(/usr/include/machine/apmvar.h)
-CPPFLAGS+= -DCONFIG_APM
-.endif
-CPPFLAGS+= -DSTART_XPM="\"bsd-daemon.xpm\""
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
+CPPFLAGS+= -DSTART_PIXMAP=\"\\\"bsd-daemon.xpm\\\"\"
.endif
DOCDIR= ${PREFIX}/share/doc/icewm