Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 18:40:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500061 - in head/x11-toolkits/libgdiplus: . files
Message-ID:  <201904251840.x3PIeUbE091175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr 25 18:40:29 2019
New Revision: 500061
URL: https://svnweb.freebsd.org/changeset/ports/500061

Log:
  Fix build after base r345349
  
  PR:		236141

Added:
  head/x11-toolkits/libgdiplus/files/
  head/x11-toolkits/libgdiplus/files/patch-configure   (contents, props changed)
Modified:
  head/x11-toolkits/libgdiplus/Makefile

Modified: head/x11-toolkits/libgdiplus/Makefile
==============================================================================
--- head/x11-toolkits/libgdiplus/Makefile	Thu Apr 25 18:34:41 2019	(r500060)
+++ head/x11-toolkits/libgdiplus/Makefile	Thu Apr 25 18:40:29 2019	(r500061)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libgdiplus
 PORTVERSION=	5.6
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/
 

Added: head/x11-toolkits/libgdiplus/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/libgdiplus/files/patch-configure	Thu Apr 25 18:40:29 2019	(r500061)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251840.x3PIeUbE091175>