From a346da87d843000b269ae1e8536217877644ae69 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 2 Mar 2005 14:40:48 +0000 Subject: - Correct condition for lrintf patch Reported by: Adam McLaurin --- misc/gkrellweather2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/gkrellweather2/Makefile') diff --git a/misc/gkrellweather2/Makefile b/misc/gkrellweather2/Makefile index ebc60fd1b22a..dffa233f348f 100644 --- a/misc/gkrellweather2/Makefile +++ b/misc/gkrellweather2/Makefile @@ -26,7 +26,7 @@ MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS} .include # uses C99 builtin lrintf -.if ${OSVERSION} < 500000 +.if ${ARCH} != "amd64" EXTRA_PATCHES= ${FILESDIR}/extra-patch-lrintf .endif -- cgit v1.2.3