aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-libs
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-06-16 15:38:29 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-06-16 15:38:29 +0000
commit86562318c7fda954a31221c528980463b3ce1e9f (patch)
tree5e628ab927c0c30acbb665a7e29f71937e0f1cbf /graphics/mesa-libs
parent10e0c2aaca41607ee4b603cda590f60c75c43ea3 (diff)
downloadports-86562318c7fda954a31221c528980463b3ce1e9f.tar.gz
ports-86562318c7fda954a31221c528980463b3ce1e9f.zip
graphics/mesa: Fix minor issues from meson switch
Fix a couple of minor issues with mesa related ports after the switch to meson. Define _GNU_SOURCE when building on FreeBSD. This fixes blur effects in Plasma 5 and issues with the SDDM greeter. This fix was originally applied in r516100 but got lost in the switch to meson. [1] Properly detect sys/sysctl.h on FreeBSD. On FreeBSD sys/sysctl.h needs sys/types.h as well, patch the meson build script to take this into account. Fix a broken sed command to properly set ${LOCALBASE}/etc and ${LOCALBASE}/share/ as appropriate. Bump portrevision of all mesa related ports. PR: 247138 [1] Reported by: Roman [1] Reviewed by: manu Tested by: Roman, Serge Volkov Differential Revision: https://reviews.freebsd.org/D25265
Notes
Notes: svn path=/head/; revision=539358
Diffstat (limited to 'graphics/mesa-libs')
-rw-r--r--graphics/mesa-libs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile
index a66551c01752..0cf5ca62ddb9 100644
--- a/graphics/mesa-libs/Makefile
+++ b/graphics/mesa-libs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mesa-libs
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
COMMENT= OpenGL libraries that support GLX and EGL clients