diff options
author | mi <mi@FreeBSD.org> | 2002-01-05 10:53:21 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-01-05 10:53:21 +0000 |
commit | 74da0d3fdffae86a7ef7d40cb1b3f59441d5b699 (patch) | |
tree | 5ba20f7fe526e217929120c1c2cec92521008a2c /graphics/lcms/Makefile | |
parent | 402bf3c0b2eb4f72464abd93e58c4b3190b0eeaa (diff) | |
download | FreeBSD-ports-74da0d3fdffae86a7ef7d40cb1b3f59441d5b699.zip FreeBSD-ports-74da0d3fdffae86a7ef7d40cb1b3f59441d5b699.tar.gz |
Upgrade to 1.08. The tests report success on Alpha too (beast), even
though there are plenty of messages about unalligned access...
(Notably, the author incorporated almost all of our 32-bit related
patches).
PR: ports/33528
Submitted by: Lev A. Serebryakov
Diffstat (limited to 'graphics/lcms/Makefile')
-rw-r--r-- | graphics/lcms/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index ea1fb90..cd1685a 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lcms -PORTVERSION= 1.07 -PORTREVISION= 1 +PORTVERSION= 1.08 CATEGORIES= graphics MASTER_SITES= http://www.littlecms.com/ @@ -21,13 +20,13 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src .ifndef NOPORTDOCS post-install: ${MKDIR} ${PREFIX}/share/doc/lcms - ${CP} -rp ${WRKSRC}/../doc/* ${WRKSRC}/../samples/tifficc.c \ - ${WRKSRC}/../samples/wtpt.c ${WRKSRC}/../samples/neutral.c \ + ${CP} -rp ${WRKSRC}/../doc/* ${WRKSRC}/../tifficc/tifficc.c \ + ${WRKSRC}/../samples/wtpt.c ${WRKSRC}/../samples/icctrans.c \ ${PREFIX}/share/doc/lcms/ .endif post-build test: cd ${WRKSRC}/../testbed && \ - ${SETENV} CFLAGS="${CFLAGS} -I../src" make -E CFLAGS test + ${SETENV} CFLAGS="${CFLAGS} -I../include" make -E CFLAGS test .include <bsd.port.mk> |