From 6b7331a878130fc6187bfba0ea32efd46f704f06 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 19 Apr 2004 13:01:19 +0000 Subject: BROKEN on amd64: Does not compile --- net/pppd23/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/pppd23/Makefile b/net/pppd23/Makefile index c98a98c4f4a..e5cab87f184 100644 --- a/net/pppd23/Makefile +++ b/net/pppd23/Makefile @@ -18,4 +18,10 @@ GNU_CONFIGURE= yes MAN8= pppd.8 pppstats.8 chat.8 MANCOMPRESSED= yes -.include +.include + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + +.include -- cgit