[142887] trunk/dports/devel/gmp/files/patch-gmp-h.in.diff

mcalhoun at macports.org mcalhoun at macports.org
Sat Dec 12 07:39:26 PST 2015


Revision: 142887
          https://trac.macports.org/changeset/142887
Author:   mcalhoun at macports.org
Date:     2015-11-26 04:05:47 -0800 (Thu, 26 Nov 2015)
Log Message:
-----------
gmp: remove unused patch file

Removed Paths:
-------------
    trunk/dports/devel/gmp/files/patch-gmp-h.in.diff

Deleted: trunk/dports/devel/gmp/files/patch-gmp-h.in.diff
===================================================================
--- trunk/dports/devel/gmp/files/patch-gmp-h.in.diff	2015-11-26 05:11:08 UTC (rev 142886)
+++ trunk/dports/devel/gmp/files/patch-gmp-h.in.diff	2015-11-26 12:05:47 UTC (rev 142887)
@@ -1,20 +0,0 @@
---- gmp-h.in.orig	2012-05-06 06:19:49.000000000 -0500
-+++ gmp-h.in	2012-09-29 14:17:44.000000000 -0500
-@@ -420,13 +420,14 @@
-     GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
-     inline semantics, unless -fgnu89-inline is used.  */
- #ifdef __GNUC__
--#if (defined __GNUC_STDC_INLINE__) || (__GNUC__ == 4 && __GNUC_MINOR__ == 2)
-+#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2)
- #define __GMP_EXTERN_INLINE extern __inline__ __attribute__ ((__gnu_inline__))
--#else
-+#define __GMP_INLINE_PROTOTYPES  1
-+#elif !(defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L)
- #define __GMP_EXTERN_INLINE      extern __inline__
--#endif
- #define __GMP_INLINE_PROTOTYPES  1
- #endif
-+#endif
- 
- /* DEC C (eg. version 5.9) supports "static __inline foo()", even in -std1
-    strict ANSI mode.  Inlining is done even when not optimizing (ie. -O0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/fae4499d/attachment.html>


More information about the macports-changes mailing list