Module Name: src
Committed By: mrg
Date: Fri Jul 17 08:29:31 UTC 2015
Modified Files:
src/external/mit/xorg/bin/iceauth: Makefile
Log Message:
look for config.h now it is needed.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/iceauth/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/iceauth/Makefile
diff -u src/external/mit/xorg/bin/iceauth/Makefile:1.2 src/external/mit/xorg/bin/iceauth/Makefile:1.3
--- src/external/mit/xorg/bin/iceauth/Makefile:1.2 Sat Jul 23 06:41:08 2011
+++ src/external/mit/xorg/bin/iceauth/Makefile Fri Jul 17 08:29:31 2015
@@ -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}