1
0
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:
Alexander Nedotsukov 2004-02-05 17:18:06 +00:00
parent cd7343a3bb
commit 9b88285b3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100063
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= lcms
PORTVERSION= 1.09
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \

View File

@ -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