diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 18:33:45 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 18:33:45 +0000 |
commit | e8d8b59a91bdec19e50967aaa1755b09c529d2f0 (patch) | |
tree | 8ba1cd45be744d94b9eec1e011d58306bb9a245d /www | |
parent | - FreeBSD doesn't use EGD sockets. Also the option handling doesn't honor (diff) |
- FreeBSD doesn't use EGD sockets. Also the option handling doesn't honor
without-egd.
Carry the devel/apr fix through
PR: ports/146376
Submitted by: Guido Fals
Notes
Notes:
svn path=/head/; revision=253913
Diffstat (limited to 'www')
-rw-r--r-- | www/apache22/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index d32846e10079..8769bba263bb 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -171,12 +171,8 @@ CONFIGURE_ARGS+= --enable-nonportable-atomics .endif .if defined(WITH_AUTH_DIGEST) -WITH_EGD= yes WITH_DEVRANDOM= yes .endif -.if defined(WITH_EGD) -CONFIGURE_ARGS+= --with-egd -.endif .if defined(WITH_DEVRANDOM) CONFIGURE_ARGS+= --with-devrandom .endif |