From e2b3dc4b9a8b773217c902c8000247800c183e23 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 7 Mar 2004 05:01:35 +0000 Subject: BROKEN on ia64 and amd64: Does not compile (needs -fPIC) --- net/ngrep-lib/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/ngrep-lib') diff --git a/net/ngrep-lib/Makefile b/net/ngrep-lib/Makefile index ab7453e06260..21a85f55f421 100644 --- a/net/ngrep-lib/Makefile +++ b/net/ngrep-lib/Makefile @@ -20,4 +20,10 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} -without-restart INSTALLS_SHLIB= yes -.include +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "Does not compile on ia64 or amd64 (needs -fPIC)" +.endif + +.include -- cgit v1.2.3