summaryrefslogtreecommitdiff
path: root/graphics/lcms
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-02-06 03:21:49 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-02-06 03:21:49 +0000
commit94a778271c2c710ffc748b722902150867c92380 (patch)
treeb181fc36f0de46d50db57c99b1283bc2f915d3ca /graphics/lcms
parentUpdate to 2004.02.05. (diff)
Quick workaround to unbroke build on -STABLE.
${LD} can't found libm.so in standard search path. Reported by: Mike Harding <mvh@ix.netcom.com>
Notes
Notes: svn path=/head/; revision=100102
Diffstat (limited to 'graphics/lcms')
-rw-r--r--graphics/lcms/files/Makefile.bsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/lcms/files/Makefile.bsd b/graphics/lcms/files/Makefile.bsd
index 6023d76d87a1..ef6e40af6b60 100644
--- a/graphics/lcms/files/Makefile.bsd
+++ b/graphics/lcms/files/Makefile.bsd
@@ -9,6 +9,7 @@ NOPROFILE=YES
INCS= ${.CURDIR}/../include/lcms.h ${.CURDIR}/../include/icc34.h
CFLAGS+= -I${.CURDIR}/../include
+LDFLAGS+= -L/usr/lib # for 4.x bsd.lib.mk
LDFLAGS+= -lm
INCSDIR=${LOCALBASE}/include