[103018] trunk/dports/lang/librep

larryv at macports.org larryv at macports.org
Mon Feb 11 19:25:46 PST 2013


Revision: 103018
          https://trac.macports.org/changeset/103018
Author:   larryv at macports.org
Date:     2013-02-11 19:25:46 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
librep: Fix broken 10.7/10.8 build from r103011 (#37953).

Revision Links:
--------------
    https://trac.macports.org/changeset/103011

Modified Paths:
--------------
    trunk/dports/lang/librep/Portfile

Added Paths:
-----------
    trunk/dports/lang/librep/files/
    trunk/dports/lang/librep/files/patch-src-repint.h.diff

Modified: trunk/dports/lang/librep/Portfile
===================================================================
--- trunk/dports/lang/librep/Portfile	2013-02-12 02:16:15 UTC (rev 103017)
+++ trunk/dports/lang/librep/Portfile	2013-02-12 03:25:46 UTC (rev 103018)
@@ -23,6 +23,8 @@
 master_sites        http://download.tuxfamily.org/librep/
 use_xz              yes
 
+patchfiles          patch-src-repint.h.diff
+
 checksums           rmd160  dbbef7097c9a3f72c343f2e997bf2f337cd7233b \
                     sha256  45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85
 

Added: trunk/dports/lang/librep/files/patch-src-repint.h.diff
===================================================================
--- trunk/dports/lang/librep/files/patch-src-repint.h.diff	                        (rev 0)
+++ trunk/dports/lang/librep/files/patch-src-repint.h.diff	2013-02-12 03:25:46 UTC (rev 103018)
@@ -0,0 +1,13 @@
+--- src/repint.h.orig	2013-02-11 21:33:15.000000000 -0500
++++ src/repint.h	2013-02-11 21:33:32.000000000 -0500
+@@ -244,8 +244,8 @@
+    call when the heap needs to grow. */
+ 
+ #if defined __GNUC__ && defined __OPTIMIZE__
+-extern __inline__ repv inline_Fcons (repv x, repv y);
+-extern __inline__ repv
++static __inline__ repv inline_Fcons (repv x, repv y);
++static __inline__ repv
+ inline_Fcons (repv x, repv y)
+ {
+     rep_cons *c = rep_cons_freelist;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/0cf21c09/attachment.html>


More information about the macports-changes mailing list