1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

graphics/libdrm: Unbreak hardware acceleration on DragonFly

This is a no-op change for FreeBSD, it just adds a macro check for DF.
This commit is contained in:
John Marino 2014-08-02 08:52:32 +00:00
parent 0ca2de746e
commit 3b60d2119d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363798

View File

@ -22,7 +22,7 @@
closedir(sysdir);
if (found)
return 0;
+#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
+ return 0;
#endif
return -ENOSYS;