pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Don't force using libm functions on L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86e3e2c3a392
branches:  trunk
changeset: 548709:86e3e2c3a392
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Tue Oct 21 06:46:46 2008 +0000

description:
Don't force using libm functions on Linux; most of the developers
use Linux, and they'd know better than I what's apporpriate.

diffstat:

 graphics/MesaLib/glx-config.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a771734b7125 -r 86e3e2c3a392 graphics/MesaLib/glx-config.mk
--- a/graphics/MesaLib/glx-config.mk    Tue Oct 21 06:40:59 2008 +0000
+++ b/graphics/MesaLib/glx-config.mk    Tue Oct 21 06:46:46 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: glx-config.mk,v 1.1 2008/09/18 21:10:28 bjs Exp $
+# $NetBSD: glx-config.mk,v 1.2 2008/10/21 06:46:46 bjs Exp $
 #
 # used by x11/modular-xorg-server/options.mk
 
@@ -52,7 +52,6 @@
 .  endif
 
 CFLAGS.FreeBSD+=       -DUSE_NATIVE_LIBM_FUNCS
-CFLAGS.Linux+=         -DUSE_NATIVE_LIBM_FUNCS
 CFLAGS.NetBSD+=                -DUSE_NATIVE_LIBM_FUNCS
 CFLAGS.DragonFly+=     -DUSE_NATIVE_LIBM_FUNCS
 



Home | Main Index | Thread Index | Old Index