pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc8



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 23 10:37:00 UTC 2020

Modified Files:
        pkgsrc/lang/gcc8: Makefile

Log Message:
gcc8: surround use of zlib/builtin.mk with CHECK_BUILTIN


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/gcc8/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc8/Makefile
diff -u pkgsrc/lang/gcc8/Makefile:1.15 pkgsrc/lang/gcc8/Makefile:1.16
--- pkgsrc/lang/gcc8/Makefile:1.15      Sun Mar 22 17:47:56 2020
+++ pkgsrc/lang/gcc8/Makefile   Mon Mar 23 10:37:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/03/22 17:47:56 tnn Exp $
+# $NetBSD: Makefile,v 1.16 2020/03/23 10:37:00 tnn Exp $
 
 GCC_PKGNAME=           gcc8
 .include               "version.mk"
@@ -199,7 +199,9 @@ GENERATE_PLIST+= \
        cd ${DESTDIR}${PREFIX} &&                                       \
        ${FIND} ${GCC_SUBPREFIX} \( -type f -o -type l \) -print | ${SORT} ;
 
+CHECK_BUILTIN.zlib:=   yes
 .include "../../devel/zlib/builtin.mk"
+CHECK_BUILTIN.zlib:=   no
 .if !empty(USE_BUILTIN.zlib:M[yY][eE][sS])
 CONFIGURE_ARGS+=       --with-system-zlib
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index