blob: 8a194f2d15fd05377d74ded8bf9a8cdd16995dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- libX11-1.6.3.orig/src/util/Makefile.in 2015-03-09 23:29:02.000000000 +0100
+++ libX11-1.6.3/src/util/Makefile.in 2016-01-08 10:43:16.257572082 +0100
@@ -348,9 +348,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-AM_CFLAGS = \
- $(X11_CFLAGS) \
- $(CWARNFLAGS)
+AM_CFLAGS =
AM_CPPFLAGS = \
-I$(top_srcdir)/include
|