diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-14 03:58:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-14 03:58:14 +0000 |
commit | 053afb0426f6a65d7fa089408e7498ac71844468 (patch) | |
tree | 13c86fa5e191a97e01e702efa024a0a03118220e /emulators/xmess | |
parent | 07ada65434e08d83d6a07455d2f48b82636431dd (diff) | |
download | pkgsrc-053afb0426f6a65d7fa089408e7498ac71844468.tar.gz |
Drop trailing whitespace.
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 4088bee90d5..556847ed33c 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/11/12 00:29:57 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.26 2002/11/14 03:58:14 wiz Exp $ # DISTNAME= xmame-0.56.2 @@ -25,7 +25,7 @@ UNLIMIT_RESOURCES= datasize .include "../../mk/bsd.prefs.mk" # XXX On arm(32)/sparc, the src/unix/video_drivers/x11_window.c causes problems -.if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "sparc") +.if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "sparc") . if (${CFLAGS:M-O2} == "-O2") CFLAGS:= ${CFLAGS:S/-O2/-O0/} . endif |