diff options
author | naddy <naddy@FreeBSD.org> | 2008-04-19 23:22:57 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2008-04-19 23:22:57 +0800 |
commit | 2e61fdee99f9676b44e82167ade0f39ddb591766 (patch) | |
tree | af6be9a59714c9845bac1d5d4d9e4627c4064261 /misc/findutils | |
parent | eb245710e6c5d42ff01698f84ac425b5e2b7b2e9 (diff) | |
download | freebsd-ports-gnome-2e61fdee99f9676b44e82167ade0f39ddb591766.tar.gz freebsd-ports-gnome-2e61fdee99f9676b44e82167ade0f39ddb591766.tar.zst freebsd-ports-gnome-2e61fdee99f9676b44e82167ade0f39ddb591766.zip |
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.
Diffstat (limited to 'misc/findutils')
-rw-r--r-- | misc/findutils/Makefile | 4 |
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+ |