From 107de5e5c4fab30655b124530be58e07a53a2a11 Mon Sep 17 00:00:00 2001 From: Kris Kennaway 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(-) diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index 914fbdd6e323..3cca1ca3230e 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.2.3