Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2019 18:47:33 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503974 - in head/graphics/ipe: . files
Message-ID:  <201906111847.x5BIlXfI053851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Tue Jun 11 18:47:33 2019
New Revision: 503974
URL: https://svnweb.freebsd.org/changeset/ports/503974

Log:
  graphics/ipe: fix build with GCC-based architectures
  
  PR:		238066
  Submitted by:	pkubaj

Modified:
  head/graphics/ipe/Makefile
  head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp

Modified: head/graphics/ipe/Makefile
==============================================================================
--- head/graphics/ipe/Makefile	Tue Jun 11 18:25:34 2019	(r503973)
+++ head/graphics/ipe/Makefile	Tue Jun 11 18:47:33 2019	(r503974)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipe
 PORTVERSION=	7.2.12
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	graphics
 MASTER_SITES=	https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/

Modified: head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp
==============================================================================
--- head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp	Tue Jun 11 18:25:34 2019	(r503973)
+++ head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp	Tue Jun 11 18:47:33 2019	(r503974)
@@ -1,11 +1,12 @@
---- ipelib/ipeplatform.cpp.orig	2019-03-09 12:21:05 UTC
+--- ipelib/ipeplatform.cpp.orig	2019-05-02 09:29:29 UTC
 +++ ipelib/ipeplatform.cpp
-@@ -48,7 +48,10 @@
+@@ -48,7 +48,11 @@
  #include <sys/param.h>
  #include <sys/errno.h>
  #endif
 -
 +#if defined(__FreeBSD__) || defined(__DragonFly__)
++#include <limits.h>
 +#include <xlocale.h>
 +#include <sys/errno.h>
 +#endif



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