Module Name:    src
Committed By:   mrg
Date:           Fri May 31 00:54:59 UTC 2013

Modified Files:
        src/external/mit/xorg/lib/libICE: Makefile

Log Message:
need -DHAVE_ASPRINTF


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libICE/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/lib/libICE/Makefile
diff -u src/external/mit/xorg/lib/libICE/Makefile:1.3 src/external/mit/xorg/lib/libICE/Makefile:1.4
--- src/external/mit/xorg/lib/libICE/Makefile:1.3	Wed Apr  4 10:59:45 2012
+++ src/external/mit/xorg/lib/libICE/Makefile	Fri May 31 00:54:58 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2012/04/04 10:59:45 joerg Exp $
+#	$NetBSD: Makefile,v 1.4 2013/05/31 00:54:58 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -16,6 +16,8 @@ INCSDIR=${X11INCDIR}/X11/ICE
 CONN_DEFINES=	${X11FLAGS.CONNECTION} -DICE_t=1 -DTRANS_CLIENT -DTRANS_SERVER
 SOCK_DEFINES=	-DBSD44SOCKETS
 
+CPPFLAGS+=	-DHAVE_ASPRINTF
+
 CPPFLAGS+=	$(TRANS_INCLUDES) $(CONN_DEFINES) $(SOCK_DEFINES)
 
 PKGDIST=	${LIB}

Reply via email to