aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2001-03-13 11:58:51 +0800
committerjmz <jmz@FreeBSD.org>2001-03-13 11:58:51 +0800
commitba77438a81cfc693c9eae07bd8c03e41919bf15e (patch)
treec2b79d2f7ea2660b4098b7e02f96cd9fadce4d99 /x11
parent7b0292ec868fa1da26946757df80b24bd944ab78 (diff)
downloadfreebsd-ports-gnome-ba77438a81cfc693c9eae07bd8c03e41919bf15e.tar.gz
freebsd-ports-gnome-ba77438a81cfc693c9eae07bd8c03e41919bf15e.tar.zst
freebsd-ports-gnome-ba77438a81cfc693c9eae07bd8c03e41919bf15e.zip
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/Makefile2
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"; \