pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick style/quoting nit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f373dcd4f1b8
branches:  trunk
changeset: 461559:f373dcd4f1b8
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Sep 17 19:51:35 2003 +0000

description:
style/quoting nit

diffstat:

 graphics/ImageMagick/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4d2e36600917 -r f373dcd4f1b8 graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile     Wed Sep 17 19:51:09 2003 +0000
+++ b/graphics/ImageMagick/Makefile     Wed Sep 17 19:51:35 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2003/09/17 19:51:09 grant Exp $
+# $NetBSD: Makefile,v 1.104 2003/09/17 19:51:35 grant Exp $
 
 .include "Makefile.common"
 
@@ -32,7 +32,7 @@
 .endif
 
 # Avoid compiler bug on "mipsel" (cobalt?)
-.if (${MACHINE_ARCH} == mipsel)
+.if ${MACHINE_ARCH} == "mipsel"
 CFLAGS=                        -O
 .endif
 



Home | Main Index | Thread Index | Old Index