diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-06 11:49:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-06 11:49:04 +0000 |
commit | 504081b95a03be7d93f470d54e443c0363ff5034 (patch) | |
tree | f1ef74cb3dbcb845afe06c49fa06c74b9ae0f005 /graphics/libafterimage | |
parent | 08f1fd4709659f8c47a034485d27703777c59fe8 (diff) |
Fails to build:
import.c:43:22: error: pngpriv.h: No such file or directory
import.c: In function 'asim_png_read_data':
import.c:1472: error: dereferencing pointer to incomplete type
*** [import.o] Error code 1
Notes
Notes:
svn path=/head/; revision=335735
Diffstat (limited to 'graphics/libafterimage')
-rw-r--r-- | graphics/libafterimage/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index 32ee3b867747..3379dfa0c414 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -11,6 +11,8 @@ DISTNAME= libAfterImage-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generic imaging library originally designed for AfterStep +BROKEN= Fails to build + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ gif.5:${PORTSDIR}/graphics/giflib \ png15:${PORTSDIR}/graphics/png \ |