open-src/lib/libX11/lintlib.patch
changeset 851 d428083dbbdd
equal deleted inserted replaced
850:122d3e1bfc3d 851:d428083dbbdd
       
     1 diff --git a/configure.ac b/configure.ac
       
     2 index d622697..6b8a6ba 100644
       
     3 --- a/configure.ac
       
     4 +++ b/configure.ac
       
     5 @@ -376,7 +376,6 @@ fi
       
     6  dnl Allow checking code with lint, sparse, etc.
       
     7  XORG_WITH_LINT
       
     8  XORG_LINT_LIBRARY([X11])
       
     9 -LINT_FLAGS="${LINT_FLAGS} ${X11_CFLAGS} ${XPROTO_CFLAGS}"
       
    10  
       
    11  if test "x$GCC" = "xyes"; then
       
    12  	GCC_WARNINGS="-Wall -Wpointer-arith -Wstrict-prototypes \
       
    13 diff --git a/src/Makefile.am b/src/Makefile.am
       
    14 index 51e1e06..2a59d6f 100644
       
    15 --- a/src/Makefile.am
       
    16 +++ b/src/Makefile.am
       
    17 @@ -19,6 +19,7 @@ AM_CPPFLAGS= \
       
    18  	-D_BSD_SOURCE -DX11_t -DTRANS_CLIENT
       
    19  
       
    20  AM_CFLAGS= \
       
    21 +	$(XPROTO_CFLAGS) \
       
    22  	$(X11_CFLAGS) \
       
    23  	$(BIGFONT_CFLAGS) \
       
    24  	$(XDMCP_CFLAGS) \