Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 17:09:35 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 27d3b9b66329 - main - print/scribus-devel: remove not necessary patch
Message-ID:  <202104261709.13QH9Zps021209@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27d3b9b66329364f1cb024f0a9fde4360fa959ac

commit 27d3b9b66329364f1cb024f0a9fde4360fa959ac
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-26 17:09:28 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-26 17:09:28 +0000

    print/scribus-devel: remove not necessary patch
---
 .../files/patch-scribus_third__party_lib2geom_isnan.h         | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/print/scribus-devel/files/patch-scribus_third__party_lib2geom_isnan.h b/print/scribus-devel/files/patch-scribus_third__party_lib2geom_isnan.h
deleted file mode 100644
index c6951a30d1da..000000000000
--- a/print/scribus-devel/files/patch-scribus_third__party_lib2geom_isnan.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- scribus/third_party/lib2geom/isnan.h.orig	2019-09-19 12:41:56 UTC
-+++ scribus/third_party/lib2geom/isnan.h
-@@ -34,7 +34,7 @@
- #elif defined(WIN32) || defined(_isnan)
- # define is_nan(_a) (_isnan(_a)) 	/* Win32 definition */
- #elif defined(isnan) || defined(__FreeBSD__)
--# define is_nan(_a) (isnan(_a))		/* GNU definition */
-+# define is_nan(_a) (std::isnan(_a))		/* GNU definition */
- #else
- # define is_nan(_a) (std::isnan(_a))
- #endif



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