summaryrefslogtreecommitdiff
path: root/misc/findutils
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2008-04-19 15:22:57 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2008-04-19 15:22:57 +0000
commita8ec5918ceb217f3bffd1346fea5c1a16440fed6 (patch)
tree813a7cc115a616185720440828813d39e3f5fb49 /misc/findutils
parent- Try and fix for real the issue of exiting qemu processes sometimes (diff)
Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).
Don't bother with __FreeBSD_version checking for what was only an eight-day window.
Notes
Notes: svn path=/head/; revision=211580
Diffstat (limited to 'misc/findutils')
-rw-r--r--misc/findutils/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile
index 96d0afdb0c9c..5016dfdf80d3 100644
--- a/misc/findutils/Makefile
+++ b/misc/findutils/Makefile
@@ -7,6 +7,7 @@
PORTNAME= findutils
PORTVERSION= 4.4.0
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= findutils
@@ -20,9 +21,6 @@ SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-# GNU assumes that openat() implies the existence of fdopendir(),
-# which does not hold true on FreeBSD 8.
-CONFIGURE_ENV+= ac_cv_func_openat=no
USE_GMAKE= yes
USE_GCC= 3.4+