pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/chromium-bsu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan  5 16:38:32 UTC 2026

Modified Files:
        pkgsrc/games/chromium-bsu: Makefile

Log Message:
chromium-bsu: add -lintl to LDFLAGS on Solaris

Should fix link problem observed in bulk build


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/chromium-bsu/Makefile

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

Modified files:

Index: pkgsrc/games/chromium-bsu/Makefile
diff -u pkgsrc/games/chromium-bsu/Makefile:1.36 pkgsrc/games/chromium-bsu/Makefile:1.37
--- pkgsrc/games/chromium-bsu/Makefile:1.36     Mon Nov 17 11:00:47 2025
+++ pkgsrc/games/chromium-bsu/Makefile  Mon Jan  5 16:38:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2025/11/17 11:00:47 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2026/01/05 16:38:32 wiz Exp $
 
 DISTNAME=              chromium-bsu-0.9.16.1
 PKGREVISION=           13
@@ -22,7 +22,7 @@ FORCE_CXX_STD=                c++03
 
 LDFLAGS+=              ${BUILDLINK_LDADD.gettext}
 LDFLAGS.DragonFly=     -lSDL2
-LDFLAGS.SunOS=         -lSDL2
+LDFLAGS.SunOS=         -lSDL2 -lintl
 
 CONFIGURE_ARGS+=       --disable-ftgl
 CONFIGURE_ARGS+=       --disable-glut



Home | Main Index | Thread Index | Old Index