summaryrefslogtreecommitdiff
path: root/www/ap-dtcl/Makefile
diff options
context:
space:
mode:
authorjwise <jwise>2001-06-13 18:16:07 +0000
committerjwise <jwise>2001-06-13 18:16:07 +0000
commit255348a1c8996e3a90cf72f9b02174e9ad53c2e8 (patch)
tree635d2f4069562ba4dec757d7c2add9105c991e38 /www/ap-dtcl/Makefile
parentfd1b5ac7edcf7b9610f9b2590493ee62860219be (diff)
downloadpkgsrc-255348a1c8996e3a90cf72f9b02174e9ad53c2e8.tar.gz
Oh, fer chrissakes...
Re-enable EAPI, allowing this package to build a module which will be stable with our apache. People, please: if you absolutely must update a package without contacting the package maintainer, please make sure you understand how the maintainer chose to build the package. And if you absolutely must replace that build mechanism with a completely different mechanism, _please_ test your work. _Please_. This package clearly had not been tested: it was left in a state where it compiled cleanly but produced a module which could not be loaded into apache on any ELF system, and which, once this problem was resolved, squawked loudly when loaded into apache that it had been built against the old apache API, and would be unstable when run against our (EAPI-enabled) apache. There, now that really is out of my system. It was a little frustrating to rebuild apache and then find that a module which I was depending on had been broken in the meantime... Now, about that coffee...
Diffstat (limited to 'www/ap-dtcl/Makefile')
-rw-r--r--www/ap-dtcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile
index ef95b35ad17..6a7cbba18cd 100644
--- a/www/ap-dtcl/Makefile
+++ b/www/ap-dtcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/05/24 03:04:05 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2001/06/13 18:16:07 jwise Exp $
DISTNAME= mod_dtcl-0.10.1
PKGNAME= ap-dtcl-0.10.1
@@ -14,7 +14,7 @@ DEPENDS+= apache{,6}-1.3.*:../../www/apache
DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl
TCLSH= ${LOCALBASE}/bin/tclsh
-CPPFLAGS+= -I${PREFIX}/include/httpd
+CPPFLAGS+= -I${PREFIX}/include/httpd -DEAPI
MAKE_ENV+= TCLSH="${TCLSH}"
MAKE_ENV+= INCLUDES="${CPPFLAGS}"