pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/unicorn



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec  3 11:51:00 UTC 2024

Modified Files:
        pkgsrc/emulators/unicorn: Makefile

Log Message:
unicorn: Explicitly requires GNU ar features.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/emulators/unicorn/Makefile

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

Modified files:

Index: pkgsrc/emulators/unicorn/Makefile
diff -u pkgsrc/emulators/unicorn/Makefile:1.21 pkgsrc/emulators/unicorn/Makefile:1.22
--- pkgsrc/emulators/unicorn/Makefile:1.21      Thu May 11 06:47:11 2023
+++ pkgsrc/emulators/unicorn/Makefile   Tue Dec  3 11:51:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/05/11 06:47:11 adam Exp $
+# $NetBSD: Makefile,v 1.22 2024/12/03 11:51:00 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -8,6 +8,8 @@ LICENSE=        gnu-gpl-v2
 
 USE_LANGUAGES= c c++
 
+CMAKE_CONFIGURE_ARGS.SunOS+=   -DCMAKE_AR=${PREFIX}/gnu/bin/ar
+
 .include "../../devel/cmake/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index