Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/gzip/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/gzip/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/usr.bin/gzip/Makefile 2007/05/28 12:06:26 1.11 +++ src/usr.bin/gzip/Makefile 2008/08/29 00:02:24 1.12 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/05/28 12:06:26 tls Exp $ +# $NetBSD: Makefile,v 1.12 2008/08/29 00:02:24 gmcgarry Exp $ USE_FORT?= yes # data-driven bugs? @@ -27,6 +27,6 @@ LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip .include -.if ${HAVE_GCC} == 4 +.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC) COPTS.gzip.c+= -Wno-pointer-sign .endif