aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer/files/extra-patch-base_system_log2f
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2014-02-18 06:34:40 +0800
committerriggs <riggs@FreeBSD.org>2014-02-18 06:34:40 +0800
commitcb72abfa8f8ee686a31087ceabdaa6de5fcfba8c (patch)
tree145df39f4ad119a39ec06ba13d3a951c7d1a98bc /multimedia/mplayer/files/extra-patch-base_system_log2f
parentf4157b10a2928a0192e44a0590e277c6b0269cde (diff)
downloadfreebsd-ports-graphics-cb72abfa8f8ee686a31087ceabdaa6de5fcfba8c.tar.gz
freebsd-ports-graphics-cb72abfa8f8ee686a31087ceabdaa6de5fcfba8c.tar.zst
freebsd-ports-graphics-cb72abfa8f8ee686a31087ceabdaa6de5fcfba8c.zip
- Drop support for pre-8.3 systems
- Convert old LIB_DEPENDS to new format - Fix staging breakage for PREFIX!=LOCALBASE - Fix bug passing wrong CONFIGURE_ARGS when using DEBUG (causes dangling dependencies in debug builds) - Bump PORTREVISION - Update maintainer e-mail address Approved by: thierry (mentor) MFH: 2014Q1
Diffstat (limited to 'multimedia/mplayer/files/extra-patch-base_system_log2f')
-rw-r--r--multimedia/mplayer/files/extra-patch-base_system_log2f21
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/mplayer/files/extra-patch-base_system_log2f b/multimedia/mplayer/files/extra-patch-base_system_log2f
deleted file mode 100644
index bbdab50dc75..00000000000
--- a/multimedia/mplayer/files/extra-patch-base_system_log2f
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig 2013-03-03 11:29:18.000000000 +0100
-+++ configure 2013-03-08 19:04:01.903917043 +0100
-@@ -3265,7 +3265,7 @@
- echores "$_kstat"
-
-
--for func in atanf cbrt cbrtf cosf expf exp2 exp2f isnan isinf llrint llrintf log2 log2f log10f lrint lrintf rint round roundf sinf trunc truncf; do
-+for func in atanf cbrt cbrtf cosf expf exp2 exp2f isnan isinf llrint llrintf lrint lrintf rint round roundf sinf trunc truncf; do
- echocheck $func
- eval _$func=no
- statement_check math.h "${func}(2.0)" -D_ISOC99_SOURCE && eval _$func=yes
-@@ -3278,6 +3278,9 @@
- fi
- done
-
-+for func in log2 log2f log10f; do
-+ eval def_$func="\"#define HAVE_$(echo $func | tr '[a-z]' '[A-Z]') 0\""
-+done
-
- for func in atan2f ldexpf powf; do
- echocheck $func