aboutsummaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 22:05:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 22:05:57 +0000
commitf1fe0fdff26878da3da66fadca5a84d88f583ceb (patch)
tree07298eb504eda23037c9b037a4b79a51750cbb1a /lang/php5
parenteeb820cc89e4228750e7c0c65a27748c20eb61ed (diff)
downloadports-f1fe0fdff26878da3da66fadca5a84d88f583ceb.tar.gz
ports-f1fe0fdff26878da3da66fadca5a84d88f583ceb.zip
Notes
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN= "Does not compile on ia64"
+.endif
+
CONFIGURE_ENV= ac_cv_pthreads_lib=${PTHREAD_LIBS} \
ac_cv_pthreads_cflags=${PTHREAD_CFLAGS}