Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/iceauth look for config.h now it is ne...



details:   https://anonhg.NetBSD.org/src/rev/d7a06f664738
branches:  trunk
changeset: 339366:d7a06f664738
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jul 17 08:29:31 2015 +0000

description:
look for config.h now it is needed.

diffstat:

 external/mit/xorg/bin/iceauth/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0f75b3dcdb68 -r d7a06f664738 external/mit/xorg/bin/iceauth/Makefile
--- a/external/mit/xorg/bin/iceauth/Makefile    Fri Jul 17 06:45:55 2015 +0000
+++ b/external/mit/xorg/bin/iceauth/Makefile    Fri Jul 17 08:29:31 2015 +0000
@@ -1,10 +1,12 @@
-#      $NetBSD: Makefile,v 1.2 2011/07/23 06:41:08 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2015/07/17 08:29:31 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=  iceauth
 SRCS=  iceauth.c process.c
 
+CPPFLAGS+=     -I${X11SRCDIR.${PROG}}/../include -DHAVE_CONFIG_H
+
 LDADD+=        -lICE
 DPADD+=        ${LIBICE}
 



Home | Main Index | Thread Index | Old Index