diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-05 10:53:21 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-05 10:53:21 +0000 |
commit | 100babe355052f52b79ab76f28a3b0a42726ed83 (patch) | |
tree | 93f48cacaedd88833e4c2f5347b7f5365bacfa54 /graphics/lcms/files/Makefile.bsd | |
parent | o update to 1.8.1. (diff) |
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
Notes
Notes:
svn path=/head/; revision=52608
Diffstat (limited to 'graphics/lcms/files/Makefile.bsd')
-rw-r--r-- | graphics/lcms/files/Makefile.bsd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/lcms/files/Makefile.bsd b/graphics/lcms/files/Makefile.bsd index c9816d499003..a4d9f29d4420 100644 --- a/graphics/lcms/files/Makefile.bsd +++ b/graphics/lcms/files/Makefile.bsd @@ -1,12 +1,14 @@ LIB=lcms SHLIB_MAJOR= 1 -SHLIB_MINOR= 7 +SHLIB_MINOR= 8 SRCS!= make -f ${.CURDIR}/Makefile -V SRCS NOPROFILE=YES -INCS= lcms.h icc34.h +INCS= ${.CURDIR}/../include/lcms.h ${.CURDIR}/../include/icc34.h + +CFLAGS+= -I${.CURDIR}/../include INCDIR= ${LOCALBASE}/include LIBDIR= ${LOCALBASE}/lib |