pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/syntax-highlighting



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Oct 15 00:58:05 UTC 2023

Modified Files:
        pkgsrc/textproc/syntax-highlighting: Makefile

Log Message:
syntax-highlighting: expects 64-bit atomic ops

We hit the usual issue, e.g., with i386:
definition.cpp:(.text+0x8c75): undefined reference to `__atomic_fetch_add_8'


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/textproc/syntax-highlighting/Makefile

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

Modified files:

Index: pkgsrc/textproc/syntax-highlighting/Makefile
diff -u pkgsrc/textproc/syntax-highlighting/Makefile:1.56 pkgsrc/textproc/syntax-highlighting/Makefile:1.57
--- pkgsrc/textproc/syntax-highlighting/Makefile:1.56   Sat Jul 29 02:33:15 2023
+++ pkgsrc/textproc/syntax-highlighting/Makefile        Sun Oct 15 00:58:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2023/07/29 02:33:15 markd Exp $
+# $NetBSD: Makefile,v 1.57 2023/10/15 00:58:05 gutteridge Exp $
 
 DISTNAME=      syntax-highlighting-${KF5VER}
 CATEGORIES=    textproc
@@ -17,4 +17,5 @@ CHECK_PORTABILITY_SKIP+=      autotests/foldi
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 BUILDLINK_DEPMETHOD.qt5-qttools= build
 .include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index