summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-07 18:33:45 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-07 18:33:45 +0000
commite8d8b59a91bdec19e50967aaa1755b09c529d2f0 (patch)
tree8ba1cd45be744d94b9eec1e011d58306bb9a245d /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/Makefile4
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