aboutsummaryrefslogtreecommitdiff
path: root/graphics/libosmesa
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-10-30 19:07:32 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-10-30 19:07:32 +0000
commit0824125a0c2efc10f09a594df85774e1262cfce2 (patch)
treeeb8f37a1d48b00a46494ba907f60ac5ab4f39b5d /graphics/libosmesa
parent7b907ca3e1c510a977535cf6a773692515d77879 (diff)
downloadports-0824125a0c2efc10f09a594df85774e1262cfce2.tar.gz
ports-0824125a0c2efc10f09a594df85774e1262cfce2.zip
graphics/mesa: Add -D_GNU_SOURCE to compile flags
Add -D_GNU_SOURCE to compile flags when building on FreeBSD. This is needed to have mesa work with various locales, that for instance use , instead of . as a decmal separator. Bump portrevision on all mesa related ports. PR: 241506 Reported by: Jesper Schmitz Mouridsen MFH: 2019Q4
Notes
Notes: svn path=/head/; revision=516100
Diffstat (limited to 'graphics/libosmesa')
-rw-r--r--graphics/libosmesa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index d2e6f385426a..a6d5cf59f21b 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libosmesa
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
COMMENT= Off-Screen Mesa implementation of the OpenGL API