summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2005-03-08 23:35:26 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2005-03-08 23:35:26 +0000
commit972c91856ae27c7b12864f0a82f7e769a9e26209 (patch)
tree9063b1343c94f4a0b608ee16da909d492b05f08c /dev-ml
parentVersion bump #84557 by Aaron Grubb. (diff)
downloadgentoo-2-972c91856ae27c7b12864f0a82f7e769a9e26209.tar.gz
gentoo-2-972c91856ae27c7b12864f0a82f7e769a9e26209.tar.bz2
gentoo-2-972c91856ae27c7b12864f0a82f7e769a9e26209.zip
Add compatcgi option
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocamlnet/ChangeLog5
-rw-r--r--dev-ml/ocamlnet/ocamlnet-0.98.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog
index e1502fd1ecd7..c5305680bd7d 100644
--- a/dev-ml/ocamlnet/ChangeLog
+++ b/dev-ml/ocamlnet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlnet
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.11 2005/03/08 23:13:27 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.12 2005/03/08 23:35:26 mattam Exp $
+
+ 09 Mar 2005; Matthieu Sozeau <mattam@gentoo.org> ocamlnet-0.98.ebuild:
+ Add compatibility cgi module so netclient can be compiled.
09 Mar 2005; Matthieu Sozeau <mattam@gentoo.org> ocamlnet-0.98.ebuild:
Fix data files installation, add pop library.
diff --git a/dev-ml/ocamlnet/ocamlnet-0.98.ebuild b/dev-ml/ocamlnet/ocamlnet-0.98.ebuild
index 387e85156e18..a4701ced389c 100644
--- a/dev-ml/ocamlnet/ocamlnet-0.98.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-0.98.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.98.ebuild,v 1.3 2005/03/08 23:13:27 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.98.ebuild,v 1.4 2005/03/08 23:35:26 mattam Exp $
inherit findlib
@@ -20,7 +20,7 @@ S="${WORKDIR}/${P}/src"
DATADIR=/usr/share/${PN}
src_compile() {
- ./configure -with-pop -datadir ${DATADIR} || die "configure failed"
+ ./configure -enable-compatcgi -with-pop -datadir ${DATADIR} || die "configure failed"
make all opt || die "make failed"
}