pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libIDL



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Jan 13 16:45:35 UTC 2025

Modified Files:
        pkgsrc/net/libIDL: Makefile

Log Message:
net/libIDL: Make this cross-compile.

No change to native builds so no revbump.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/libIDL/Makefile

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

Modified files:

Index: pkgsrc/net/libIDL/Makefile
diff -u pkgsrc/net/libIDL/Makefile:1.64 pkgsrc/net/libIDL/Makefile:1.65
--- pkgsrc/net/libIDL/Makefile:1.64     Wed Dec  8 16:02:28 2021
+++ pkgsrc/net/libIDL/Makefile  Mon Jan 13 16:45:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2021/12/08 16:02:28 adam Exp $
+# $NetBSD: Makefile,v 1.65 2025/01/13 16:45:35 riastradh Exp $
 
 DISTNAME=      libIDL-0.8.14
 PKGREVISION=   6
@@ -23,6 +23,14 @@ INFO_FILES=          yes
 CONFIGURE_ENV.SunOS+=  CPP=/usr/lib/cpp
 .endif
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${USE_CROSS_COMPILE:tl} == "yes"
+# XXX Needs to be adapted on platforms where long long is not formatted
+# with ll.
+CONFIGURE_ARGS+=       libIDL_cv_long_long_format=ll
+.endif
+
 TEST_TARGET=           check
 
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index