diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-29 05:39:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-29 05:39:42 +0800 |
commit | d3d8f69b0d40b0fba60c486af7a8ff6e124de010 (patch) | |
tree | 573287d5bf5be6c4b505f1e7813e7458f6fd0e15 | |
parent | b1d62cfd91910908c93d07b359be88c522966433 (diff) | |
download | freebsd-ports-gnome-d3d8f69b0d40b0fba60c486af7a8ff6e124de010.tar.gz freebsd-ports-gnome-d3d8f69b0d40b0fba60c486af7a8ff6e124de010.tar.zst freebsd-ports-gnome-d3d8f69b0d40b0fba60c486af7a8ff6e124de010.zip |
Mark broken again, does not build
cc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -pipe -fno-strict-aliasing -c ./ppp/auth.c
In file included from ./ppp/auth.c:56:
./ppp/pppd.h:107: error: conflicting types for 'output'
./ppp.p:13: error: previous declaration of 'output' was here
*** Error code 1
Reported by: pkg-fallout (still since at least august 2013)
-rw-r--r-- | net/slirp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile index 80c03216a475..57f6cf93cdd1 100644 --- a/net/slirp/Makefile +++ b/net/slirp/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A (C)SLIP/PPP emulator for users with shell accounts +BROKEN= Does not build + # serious LP64 issues ONLY_FOR_ARCHS= i386 |