[Midnightbsd-cvs] src [7582] stable/0.8/lib/libmport/Makefile: set warns 3 until we can deal with the hash table algorithm

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 27 10:13:58 EDT 2016


Revision: 7582
          http://svnweb.midnightbsd.org/src/?rev=7582
Author:   laffer1
Date:     2016-05-27 10:13:57 -0400 (Fri, 27 May 2016)
Log Message:
-----------
set warns 3 until we can deal with the hash table algorithm

Modified Paths:
--------------
    stable/0.8/lib/libmport/Makefile

Modified: stable/0.8/lib/libmport/Makefile
===================================================================
--- stable/0.8/lib/libmport/Makefile	2016-05-27 03:42:17 UTC (rev 7581)
+++ stable/0.8/lib/libmport/Makefile	2016-05-27 14:13:57 UTC (rev 7582)
@@ -15,6 +15,8 @@
 SHLIB_MAJOR=	2
 MAN=	mport.3
 
+WARNS=	3
+
 NO_PROFILE=
 
 DPADD=	${LIBMD} ${LIBARCHIVE} ${LIBBZP2} ${LIBLZMA} ${LIBZ} ${LIBFETCH} \



More information about the Midnightbsd-cvs mailing list