diff options
author | sem <sem@FreeBSD.org> | 2005-02-09 03:34:51 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-09 03:34:51 +0800 |
commit | 832fe5dcec62f6e893c5025f1a29e8a422901ddb (patch) | |
tree | a567b0cb8dc7c7e2b627d434c848955210826b08 /www/cgiparse/Makefile | |
parent | 2298a71405d9a77cf6c89634ded5b1fe8a22a35b (diff) | |
download | freebsd-ports-gnome-832fe5dcec62f6e893c5025f1a29e8a422901ddb.tar.gz freebsd-ports-gnome-832fe5dcec62f6e893c5025f1a29e8a422901ddb.tar.zst freebsd-ports-gnome-832fe5dcec62f6e893c5025f1a29e8a422901ddb.zip |
- Give a chance the port on amd64. As reported it builds now.
PR: ports/76322
Submitted by: Johan van Selst <johans(at)stack.nl>
Diffstat (limited to 'www/cgiparse/Makefile')
-rw-r--r-- | www/cgiparse/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index 3cca1ca3230e..3e4e46d1da6e 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -23,10 +23,6 @@ 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 |