diff options
| author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-13 03:58:51 +0000 |
|---|---|---|
| committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-03-13 03:58:51 +0000 |
| commit | 96d604fcb0ed10c5d0343d65211f1520d96f9951 (patch) | |
| tree | 6aca3675ddcd0b35884cb0857e839efc722d4db1 /x11 | |
| parent | fecd466ef09aa391ebd95a70780e807577e4c283 (diff) | |
Use pre-configure instead of pre-fetch to test compiler flags. pre-fetch
is already used for the USA_RESIDENT test.
Diffstat (limited to 'x11')
| -rw-r--r-- | x11/XFree86-4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 21ab0825bf43..0fc274ba54aa 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -51,7 +51,7 @@ SCRIPTS_ENV+= MACHINE=alpha PLIST= ${PKGDIR}/pkg-plist.alpha .endif -pre-fetch: +pre-configure: @if ${ECHO} "$(CFLAGS)" |${GREP} -q O[3456789]; then \ ${ECHO} "XFree86-4 with thread support does not build with optimization"; \ ${ECHO} "flags different from O or -O2"; \ |
