pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/imlib2 link against libm on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/511d7f48ffea
branches:  trunk
changeset: 467612:511d7f48ffea
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 04 00:00:53 2004 +0000

description:
link against libm on Solaris.

diffstat:

 graphics/imlib2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5b9e3c1c45da -r 511d7f48ffea graphics/imlib2/Makefile
--- a/graphics/imlib2/Makefile  Tue Feb 03 23:04:41 2004 +0000
+++ b/graphics/imlib2/Makefile  Wed Feb 04 00:00:53 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index