1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix build after base r345349

PR:		236141
This commit is contained in:
Antoine Brodin 2019-04-25 18:40:29 +00:00
parent 05facd8f3c
commit 41e76e0153
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500061
2 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= libgdiplus
PORTVERSION= 5.6
PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/

View File

@ -0,0 +1,11 @@
--- configure.orig 2018-03-28 19:28:08 UTC
+++ configure
@@ -14133,7 +14133,7 @@ fi
# Add xrender here so that we don't fail to find glib if we won't have xrender.pc
-if test "x$no_x" != "xyes" && "x$x11_available" = "xyes"; then
+if test "x$no_x" != "xyes" && test "x$x11_available" = "xyes"; then
GDIPLUS_LIBS="$GDIPLUS_LIBS `$PKG_CONFIG --libs xrender `"
GDIPLUS_CFLAGS="$GDIPLUS_CFLAGS `$PKG_CONFIG --cflags xrender `"
fi