diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-02 14:40:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-02 14:40:48 +0000 |
commit | a346da87d843000b269ae1e8536217877644ae69 (patch) | |
tree | 789131520e774df17ec2776bde48ea2f864b8fc5 /misc/gkrellweather2 | |
parent | 74b20b441f15d5de9b2bdcc0f91606cb7f11d1c8 (diff) | |
download | ports-a346da87d843000b269ae1e8536217877644ae69.tar.gz ports-a346da87d843000b269ae1e8536217877644ae69.zip |
Notes
Diffstat (limited to 'misc/gkrellweather2')
-rw-r--r-- | misc/gkrellweather2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> # uses C99 builtin lrintf -.if ${OSVERSION} < 500000 +.if ${ARCH} != "amd64" EXTRA_PATCHES= ${FILESDIR}/extra-patch-lrintf .endif |