[BACK]Return to Makefile.Xserver CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mit / xorg / server / xorg-server

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mit/xorg/server/xorg-server/Makefile.Xserver between version 1.10 and 1.11

version 1.10, 2009/06/12 01:59:04 version 1.11, 2009/09/25 06:04:30
Line 71  DPADD.${_SL}= ${LIBDIR.${_SL}}/lib${_SL:
Line 71  DPADD.${_SL}= ${LIBDIR.${_SL}}/lib${_SL:
 LDADD.XORG_CORE=        ${LDADD.dix} ${LDADD.config}  LDADD.XORG_CORE=        ${LDADD.dix} ${LDADD.config}
 DPADD.XORG_CORE=        ${DPADD.dix} ${DPADD.config}  DPADD.XORG_CORE=        ${DPADD.dix} ${DPADD.config}
   
   # X servers need all symbols exported
   LDFLAGS+=       -Wl,--export-dynamic
   
 CPPFLAGS+=      -I${X11SRCDIR.xorg-server}/include \  CPPFLAGS+=      -I${X11SRCDIR.xorg-server}/include \
                 -I${X11SRCDIR.xorg-server}/Xext \                  -I${X11SRCDIR.xorg-server}/Xext \
                 -I${DESTDIR}${X11INCDIR}/pixman-1 \                  -I${DESTDIR}${X11INCDIR}/pixman-1 \

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>