From f1fe0fdff26878da3da66fadca5a84d88f583ceb Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Mar 2005 22:05:57 +0000 Subject: BROKEN on ia64: Does not compile Approved by: portmgr (self) --- lang/php5/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/php5') diff --git a/lang/php5/Makefile b/lang/php5/Makefile index f97d99be80dc..55dbe22c8f22 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -111,6 +111,10 @@ SAPI_FILE= bin/php .include +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" +.endif + CONFIGURE_ENV= ac_cv_pthreads_lib=${PTHREAD_LIBS} \ ac_cv_pthreads_cflags=${PTHREAD_CFLAGS} -- cgit v1.2.3