diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-26 11:31:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-26 11:31:19 +0000 |
commit | d81379c851779ea90997298cfdbe2b61c77cb96f (patch) | |
tree | d36c1447491c5bde741dddeb534901a19f5ccd2d /x11/XFree86-4-libraries | |
parent | Remove -ffast-math from $CFLAGS. (diff) |
Unbroke if USA_RESIDENT isn't defined.
Notes
Notes:
svn path=/head/; revision=40394
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 72d32403376c..c36ba6c8cade 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -81,6 +81,7 @@ PLIST_SUB+= OSMESA:="" .endif .if ${HasXdmAuth} == DEFAULT || ${HasXdmAuth} == YES +.if defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES pre-fetch: @${ECHO} @@ -94,6 +95,7 @@ DISTFILES+= Wraphelp.c IGNOREFILES= Wraphelp.c .endif .endif +.endif do-configure: cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure |