aboutsummaryrefslogtreecommitdiffstats
path: root/www/cgiparse
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-12 09:33:04 +0800
committerkris <kris@FreeBSD.org>2004-04-12 09:33:04 +0800
commit26ee498ea3ba83e29fe59cc76e718713946a578c (patch)
treee0c0d1241d297655e3ca8d2e11284bac0cd5f061 /www/cgiparse
parent91ff046085207e252324df26da8410b8e653d7aa (diff)
downloadfreebsd-ports-gnome-26ee498ea3ba83e29fe59cc76e718713946a578c.tar.gz
freebsd-ports-gnome-26ee498ea3ba83e29fe59cc76e718713946a578c.tar.zst
freebsd-ports-gnome-26ee498ea3ba83e29fe59cc76e718713946a578c.zip
BROKEN on amd64: Does not link (mime port needs to provide libmime.so)
Diffstat (limited to 'www/cgiparse')
-rw-r--r--www/cgiparse/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>