pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/openjdk8



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jul  9 09:33:12 UTC 2025

Modified Files:
        pkgsrc/lang/openjdk8: Makefile

Log Message:
openjdk8: Avoid -Wincompatible-pointer-types on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/lang/openjdk8/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/openjdk8/Makefile
diff -u pkgsrc/lang/openjdk8/Makefile:1.139 pkgsrc/lang/openjdk8/Makefile:1.140
--- pkgsrc/lang/openjdk8/Makefile:1.139 Sun Jun 15 13:40:16 2025
+++ pkgsrc/lang/openjdk8/Makefile       Wed Jul  9 09:33:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2025/06/15 13:40:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.140 2025/07/09 09:33:12 jperkin Exp $
 
 DISTNAME=      jdk8u-${GITHUB_TAG}
 PKGNAME=       openjdk8-1.8.${GITHUB_TAG:C/.*u([0-9]+).*/\1/}
@@ -108,6 +108,7 @@ CONFIGURE_ENV+=     CXXFLAGS_JDK=${CXXFLAGS:
 .if ${OPSYS} == "SunOS" && !empty(PKGSRC_COMPILER:Mgcc)
 MAKE_ENV+=     USE_GCC=1
 MAKE_ENV+=     ARCH_DATA_MODEL=${ABI:Q}
+CFLAGS+=       -Wno-error=incompatible-pointer-types
 .endif
 
 .if !empty(PKGSRC_COMPILER:Mclang)



Home | Main Index | Thread Index | Old Index