pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xf86-video-amdgpu



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Oct  8 10:34:18 UTC 2016

Modified Files:
        pkgsrc/x11/xf86-video-amdgpu: Makefile

Log Message:
This requires libdrm_amdgpu.so from x11/libdrm. Fix build


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xf86-video-amdgpu/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/xf86-video-amdgpu/Makefile
diff -u pkgsrc/x11/xf86-video-amdgpu/Makefile:1.8 pkgsrc/x11/xf86-video-amdgpu/Makefile:1.9
--- pkgsrc/x11/xf86-video-amdgpu/Makefile:1.8   Fri Sep 16 10:35:38 2016
+++ pkgsrc/x11/xf86-video-amdgpu/Makefile       Sat Oct  8 10:34:18 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/09/16 10:35:38 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/10/08 10:34:18 ryoon Exp $
 
 DISTNAME=      xf86-video-amdgpu-1.1.2
 CATEGORIES=    x11
@@ -15,5 +15,6 @@ USE_TOOLS+=   gmake pkg-config
 
 CONFIGURE_ENV.SunOS+=  DRIVER_MAN_SUFFIX=4
 
+.include "../../x11/libdrm/buildlink3.mk"
 .include "../../x11/modular-xorg-server/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index