summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-common__soi.c
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-10-16 07:47:47 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-10-16 07:47:47 +0000
commit2d33a4cf46400a329e99d21ec6e445ae7274618a (patch)
tree8099ec5dbc5fa9fd4bcfa7c84b84c4221949384b /graphics/xfractint/files/patch-common__soi.c
parentFix the vuxml build caused by a multitude of errors in r399425 (libressl). (diff)
- Update to version 20.04p14 and unbreak this classic port
- Drop workarounds for older math functions and reenable use of sinhl(3), coshl(3), and frexp(3) on FreeBSD versions that have them in libm - Remove useless definite article from COMMENT line - Install manual page with its section suffix (1) instead of "man" - Unmute installation commands, sort pkg-plist, trim pkg-descr while here PR: 203360 Submitted by: pfg Approved by: maintainer timeout (since 2015-09-26)
Notes
Notes: svn path=/head/; revision=399429
Diffstat (limited to 'graphics/xfractint/files/patch-common__soi.c')
-rw-r--r--graphics/xfractint/files/patch-common__soi.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/xfractint/files/patch-common__soi.c b/graphics/xfractint/files/patch-common__soi.c
index 9f35b9f8ff35..2c3e5f00fddb 100644
--- a/graphics/xfractint/files/patch-common__soi.c
+++ b/graphics/xfractint/files/patch-common__soi.c
@@ -9,12 +9,3 @@
#include <malloc.h>
#endif
#include "port.h"
-@@ -25,7 +25,7 @@
- #define FABS(x) fabsl(x)
- /* the following needs to be changed back to frexpl once the portability
- issue has been addressed JCO */
--#ifndef XFRACT
-+#ifndef __FreeBSD__
- #define FREXP(x,y) frexpl(x,y)
- #else
- #define FREXP(x,y) frexp(x,y)