diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-04-13 22:26:03 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-04-13 22:26:03 +0800 |
commit | 8f892c44a957d4ef0f1466dd932621c8f44d4b06 (patch) | |
tree | 50038410d2243c2a6efa294329c9e1f467d87b04 /graphics | |
parent | 1087a25686ce59fe8a87ff4060ea9281b806c837 (diff) | |
download | freebsd-ports-gnome-8f892c44a957d4ef0f1466dd932621c8f44d4b06.tar.gz freebsd-ports-gnome-8f892c44a957d4ef0f1466dd932621c8f44d4b06.tar.zst freebsd-ports-gnome-8f892c44a957d4ef0f1466dd932621c8f44d4b06.zip |
- Marked BROKEN. Generates an uncommon compiler error related to the
PHP 5.3.2 upgrade. Will research and fix after other ports broken with
common errors are fixed.
Reported by: pointyhat
Approved by: portmgr (itetcu, erwin - blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pecl-imlib2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pecl-imlib2/Makefile b/graphics/pecl-imlib2/Makefile index 46983ca4cce9..e3f9dc7aafc3 100644 --- a/graphics/pecl-imlib2/Makefile +++ b/graphics/pecl-imlib2/Makefile @@ -21,6 +21,8 @@ USE_PHP= yes USE_PHPEXT= yes USE_EFL= imlib2 +BROKEN= does not compile with PHP 5.3.2 + # libImlib2 may or may not depend on X, however, # imlib2 extension doesn't need X related functions in libImlib2 CFLAGS+= -DX_DISPLAY_MISSING |