1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Use pre-configure instead of pre-fetch to test compiler flags. pre-fetch

is already used for the USA_RESIDENT test.
This commit is contained in:
Jean-Marc Zucconi 2001-03-13 03:58:51 +00:00
parent fecd466ef0
commit 96d604fcb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39715

View File

@ -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"; \