[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20091108.git9918e082-8-g16af3c0
Thomas White
taw at bitwiz.org.uk
Sun Mar 6 09:14:10 UTC 2011
The following commit has been merged in the master branch:
commit a5ef0525ab34d7d5590aba51651ae1a6f40858bc
Author: Thomas White <taw at bitwiz.org.uk>
Date: Fri May 7 07:49:55 2010 -0700
Remove -pedantic from CFLAGS
The X header structure isn't sufficiently pedantic.
diff --git a/src/Makefile.am b/src/Makefile.am
index 59e88a9..bb2d589 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
-AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -pedantic -Wall -Werror -std=gnu99
+AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -Wall -Werror -std=gnu99
glamo_drv_la_LTLIBRARIES = glamo_drv.la
glamo_drv_la_LDFLAGS = -module -avoid-version @LIBDRM_LIBS@
glamo_drv_ladir = @moduledir@/drivers
--
xf86-video-glamo, SMedia Glamo video driver for X.Org
More information about the pkg-fso-commits
mailing list