pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXinerama



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Jun 27 10:29:17 UTC 2023

Modified Files:
        pkgsrc/x11/libXinerama: Makefile

Log Message:
x11/libXinerama: Need --disable-malloc0returnsnull for cross-compile.


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

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

Modified files:

Index: pkgsrc/x11/libXinerama/Makefile
diff -u pkgsrc/x11/libXinerama/Makefile:1.21 pkgsrc/x11/libXinerama/Makefile:1.22
--- pkgsrc/x11/libXinerama/Makefile:1.21        Wed Nov  9 13:14:21 2022
+++ pkgsrc/x11/libXinerama/Makefile     Tue Jun 27 10:29:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/11/09 13:14:21 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2023/06/27 10:29:16 riastradh Exp $
 
 DISTNAME=      libXinerama-1.1.5
 CATEGORIES=    x11
@@ -16,6 +16,8 @@ USE_TOOLS+=   pkg-config
 CONFIGURE_ENV+=                LIB_MAN_SUFFIX=3
 PKGCONFIG_OVERRIDE+=   xinerama.pc.in
 
+CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
+
 X11_LIB_NAME?=         libXinerama
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../meta-pkgs/modular-xorg/hacks.mk"



Home | Main Index | Thread Index | Old Index