pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc10-aux



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu May 19 15:57:23 UTC 2022

Modified Files:
        pkgsrc/lang/gcc10-aux: Makefile

Log Message:
gcc10-aux: Fix build when lang/libunwind is installed

Do not include PREFIX/include in CPPFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/gcc10-aux/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/gcc10-aux/Makefile
diff -u pkgsrc/lang/gcc10-aux/Makefile:1.2 pkgsrc/lang/gcc10-aux/Makefile:1.3
--- pkgsrc/lang/gcc10-aux/Makefile:1.2  Sun Mar 27 15:06:11 2022
+++ pkgsrc/lang/gcc10-aux/Makefile      Thu May 19 15:57:23 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/03/27 15:06:11 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/19 15:57:23 ryoon Exp $
 
 GCC_PKGNAME=           gcc10-aux
 .include               "version.mk"
@@ -17,6 +17,9 @@ LICENSE=      gnu-gpl-v2 AND gnu-gpl-v3 AND g
 DISTFILES=             ${DEFAULT_DISTFILES}
 EXTRACT_ONLY=          ${DEFAULT_DISTFILES}
 
+# Add gcc6-aux as an explicit dependency. It is needed to bootstrap.
+BUILD_DEPENDS+=                gcc6-aux-[0-9]*:../../lang/gcc6-aux
+
 # Relocations result in a linker error on AArch64, but not x86.
 MKPIE_SUPPORTED=       no
 
@@ -209,8 +212,6 @@ CONFIGURE_ARGS+=    --with-system-zlib
 .else
 CONFIGURE_ARGS+=       --without-system-zlib
 .endif
-# Add gcc6-aux as an explicit dependency. It is needed to bootstrap.
-.include "../../lang/gcc6-aux/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index