From ade4b996e5e284b71d447c76551666ba2649494d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 6 Dec 2004 07:17:33 +0000 Subject: BROKEN on alpha: Does not compile --- misc/libpri/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'misc/libpri/Makefile') diff --git a/misc/libpri/Makefile b/misc/libpri/Makefile index 4da197d294fb..2fe90909e54c 100644 --- a/misc/libpri/Makefile +++ b/misc/libpri/Makefile @@ -17,7 +17,13 @@ COMMENT= A C implementation of the Primary Rate ISDN specification USE_GMAKE= yes INSTALLS_SHLIB= yes +.include + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + post-patch: @${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete -.include +.include -- cgit v1.2.3