diff options
author | grant <grant> | 2004-02-04 00:00:53 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-04 00:00:53 +0000 |
commit | 10c7528ca58f2d39f2a350c308ee382642670c2e (patch) | |
tree | 36bda700644e5c425718a44f182df18c521adf1e | |
parent | ef747bf96dad9d13dc6c757dc9920f3fe0a0af0c (diff) | |
download | pkgsrc-10c7528ca58f2d39f2a350c308ee382642670c2e.tar.gz |
link against libm on Solaris.
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index f06550b73b2..6166d851701 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/03 18:49:43 reed Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/04 00:00:53 grant Exp $ # DISTNAME= imlib2-1.1.0 @@ -18,6 +18,8 @@ USE_BUILDLINK2= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/imlib2.pc.in +LIBS.SunOS= -lm + .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "i386" && ${USE_MMX} != "NO" |