pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Aug 10 10:03:59 UTC 2024

Added Files:
        pkgsrc/www/seamonkey: hacks.mk

Log Message:
seamonkey: work around NetBSD 9 libstdc++ bugs


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.7 pkgsrc/www/seamonkey/hacks.mk

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

Added files:

Index: pkgsrc/www/seamonkey/hacks.mk
diff -u /dev/null pkgsrc/www/seamonkey/hacks.mk:1.7
--- /dev/null   Sat Aug 10 10:03:59 2024
+++ pkgsrc/www/seamonkey/hacks.mk       Sat Aug 10 10:03:58 2024
@@ -0,0 +1,15 @@
+# $NetBSD: hacks.mk,v 1.7 2024/08/10 10:03:58 nia Exp $
+
+.if !defined(SEAMONKEY_HACKS_MK)
+SEAMONKEY_HACKS_MK=    # defined
+
+### [Sat Aug 10 12:02:34 CEST 2024 : nia]
+### NetBSD 9.x does not expose all standard C++ functions with default
+### source visibility.
+###
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 100000
+PKG_HACKS+=            netbsd-source
+CXXFLAGS+=             -D_NETBSD_SOURCE
+.endif
+
+.endif



Home | Main Index | Thread Index | Old Index