From 26ee498ea3ba83e29fe59cc76e718713946a578c Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 12 Apr 2004 01:33:04 +0000 Subject: BROKEN on amd64: Does not link (mime port needs to provide libmime.so) --- www/cgiparse/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/cgiparse') diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index 914fbdd..3cca1ca 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -21,7 +21,13 @@ MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3 INSTALLS_SHLIB= yes CFLAGS+= "-fPIC" +.include + +.if ${ARCH} == "amd64" +BROKEN= "Does not link on amd64 (mime port needs to provide libmime.so)" +.endif + post-install: ${LN} -sf libcgiparse.so.1 ${PREFIX}/lib/libcgiparse.so -.include +.include -- cgit v1.1