Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/wm/icewm/Makefile.common,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/wm/icewm/Makefile.common,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- pkgsrc/wm/icewm/Makefile.common 2007/06/15 17:43:40 1.58 +++ pkgsrc/wm/icewm/Makefile.common 2007/08/05 16:03:38 1.59 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.58 2007/06/15 17:43:40 joerg Exp $ +# $NetBSD: Makefile.common,v 1.59 2007/08/05 16:03:38 obache Exp $ DISTNAME= icewm-1.2.27 CATEGORIES= x11 wm @@ -37,6 +37,15 @@ PKG_SYSCONFSUBDIR= icewm CXXFLAGS+= -DSTART_PIXMAP="\"bsd-daemon.xpm\"" .endif +.if ${OPSYS} == "NetBSD" && (!exists(/usr/include/machine/apmvar.h) || \ + (${MACHINE_ARCH} == "sparc64" && !exists(/usr/include/sparc/apmvar.h))) +SUBST_CLASSES+= apm +SUBST_STAGE.apm= post-configure +SUBST_FILES.apm= src/config.h +SUBST_SED.apm= -e 's,define CONFIG_APPLET_APM 1,undef CONFIG_APPLET_APM,' +SUBST_MESSAGE.apm= Disable APM applet. +.endif + .if ${OPSYS} == "NetBSD" . if !empty(OS_VERSION:M1.*) CONFIGURE_ARGS+= --disable-i18n