[Midnightbsd-cvs] src [7393] trunk/libexec/mport.check-fake/Makefile: be sure to compile with blocks support

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jan 3 12:16:00 EST 2016


Revision: 7393
          http://svnweb.midnightbsd.org/src/?rev=7393
Author:   laffer1
Date:     2016-01-03 12:15:59 -0500 (Sun, 03 Jan 2016)
Log Message:
-----------
be sure to compile with blocks support

Modified Paths:
--------------
    trunk/libexec/mport.check-fake/Makefile

Modified: trunk/libexec/mport.check-fake/Makefile
===================================================================
--- trunk/libexec/mport.check-fake/Makefile	2016-01-02 23:43:03 UTC (rev 7392)
+++ trunk/libexec/mport.check-fake/Makefile	2016-01-03 17:15:59 UTC (rev 7393)
@@ -1,11 +1,13 @@
+# $MidnightBSD$
+
 PROG= mport.check-fake
 
-CFLAGS+=	-I${.CURDIR}/../../lib/libmport/ 
+CFLAGS+=	-I${.CURDIR}/../../lib/libmport/ -fblocks
 WARNS?= 	6
 
 NO_MAN=		yes
 
-LDADD= 	-lmport -pthread
-DPADD= 	${LIBMPORT}
+LDADD= 	-lmport -pthread -ldispatch -lBlocksRuntime
+DPADD= 	${LIBMPORT} ${LIBDISPATCH} ${LIBBLOCKSRUNTIME}
 
 .include <bsd.prog.mk>



More information about the Midnightbsd-cvs mailing list