summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-02 14:40:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-02 14:40:48 +0000
commita346da87d843000b269ae1e8536217877644ae69 (patch)
tree789131520e774df17ec2776bde48ea2f864b8fc5 /misc
parent- Update to 0.11.1. (diff)
- Correct condition for lrintf patch
Reported by: Adam McLaurin <freebsd@irotas.net>
Notes
Notes: svn path=/head/; revision=130193
Diffstat (limited to 'misc')
-rw-r--r--misc/gkrellweather2/Makefile2
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