pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libdrm
Module Name: pkgsrc
Committed By: tnn
Date: Wed Mar 16 20:33:39 UTC 2022
Modified Files:
pkgsrc/x11/libdrm: Makefile
Log Message:
libdrm: fix build on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/x11/libdrm/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/libdrm/Makefile
diff -u pkgsrc/x11/libdrm/Makefile:1.98 pkgsrc/x11/libdrm/Makefile:1.99
--- pkgsrc/x11/libdrm/Makefile:1.98 Sun Mar 13 15:20:01 2022
+++ pkgsrc/x11/libdrm/Makefile Wed Mar 16 20:33:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2022/03/13 15:20:01 tnn Exp $
+# $NetBSD: Makefile,v 1.99 2022/03/16 20:33:39 tnn Exp $
DISTNAME= libdrm-2.4.110
CATEGORIES= x11 graphics
@@ -91,6 +91,7 @@ MESON_ARGS+= -Dman-pages=false
MESON_ARGS+= -Dvalgrind=false
LDFLAGS.NetBSD+= -lpci
+CPPFLAGS.SunOS+= -D__EXTENSIONS__ # posix_memalign, ...
X11_BUILTIN_NAME?= libdrm
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
Home |
Main Index |
Thread Index |
Old Index