mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
- OPTIONify - Due to some changes in the official developent tree, some of our local patches became obsolete and where removed. PR: ports/99871 Submitted by: maintainer
14 lines
442 B
C
14 lines
442 B
C
--- libfaad2/common.h.orig Thu Jun 15 10:39:27 2006
|
|
+++ libfaad2/common.h Thu Jun 15 10:40:18 2006
|
|
@@ -318,8 +318,9 @@
|
|
*y2 = MUL_F(x2, c1) - MUL_F(x1, c2);
|
|
}
|
|
|
|
-
|
|
- #if defined(_WIN32) && !defined(__MINGW32__) && !defined(HAVE_LRINTF)
|
|
+ #if defined(HAVE_LRINTF)
|
|
+ #define HAS_LRINTF
|
|
+ #elif defined(_WIN32) && !defined(__MINGW32__) && !defined(HAVE_LRINTF)
|
|
#define HAS_LRINTF
|
|
static INLINE int lrintf(float f)
|
|
{
|