From 8d16067a75bf3f8fbc341982c34be6f94000d09f Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 17 Feb 2005 03:00:33 +0000 Subject: Fix quoting. --- wm/icewm/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wm/icewm') diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 4256ff35a89..068d2c6fcec 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2005/01/20 04:27:48 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.41 2005/02/17 03:05:12 uebayasi Exp $ DISTNAME= icewm-1.2.20 CATEGORIES= x11 wm @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --disable-xinerama PKG_SYSCONFSUBDIR= icewm .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" -CXXFLAGS+= -DSTART_PIXMAP=\"\\\"bsd-daemon.xpm\\\"\" +CXXFLAGS+= -DSTART_PIXMAP="\"bsd-daemon.xpm\"" .endif .if ${OPSYS} == "NetBSD" -- cgit v1.2.3