Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2008 20:51:19 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144107 for review
Message-ID:  <200806252051.m5PKpJ3D062071@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144107

Change 144107 by gabor@gabor_server on 2008/06/25 20:50:31

	- Fix WITHOUT_GNU_COMPAT
	
	Reported by:	Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/Makefile#9 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/Makefile#9 (text+ko) ====

@@ -32,7 +32,7 @@
 .endif
 
 .if defined(WITHOUT_GNU_COMPAT)
-CFLAGS+=	-DWITH_OUT_GNU_COMPAT
+CFLAGS+=	-DWITHOUT_GNU_COMPAT
 .endif
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806252051.m5PKpJ3D062071>