mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Shared library make use of -lm symbols therefore must be linked against it.
Otherwise we get unresolved references error at the time linking this library into objects w/o -lm dependency. This was the reason why color proof module in gimp-devel was not built.
This commit is contained in:
parent
cd7343a3bb
commit
9b88285b3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100063
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= lcms
|
||||
PORTVERSION= 1.09
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
|
@ -9,6 +9,7 @@ NOPROFILE=YES
|
||||
INCS= ${.CURDIR}/../include/lcms.h ${.CURDIR}/../include/icc34.h
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../include
|
||||
LDFLAGS+= -lm
|
||||
|
||||
INCSDIR=${LOCALBASE}/include
|
||||
INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
|
||||
|
Loading…
Reference in New Issue
Block a user