[73071] trunk/dports/multimedia/libogg

rmstonecipher at macports.org rmstonecipher at macports.org
Tue Nov 2 20:02:52 PDT 2010


Revision: 73071
          http://trac.macports.org/changeset/73071
Author:   rmstonecipher at macports.org
Date:     2010-11-02 20:02:48 -0700 (Tue, 02 Nov 2010)
Log Message:
-----------
multimedia/libogg fixed include statement in header to allow dependents to build properly

Modified Paths:
--------------
    trunk/dports/multimedia/libogg/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/libogg/files/
    trunk/dports/multimedia/libogg/files/patch-include-ogg-os_types.h.diff

Modified: trunk/dports/multimedia/libogg/Portfile
===================================================================
--- trunk/dports/multimedia/libogg/Portfile	2010-11-03 03:02:45 UTC (rev 73070)
+++ trunk/dports/multimedia/libogg/Portfile	2010-11-03 03:02:48 UTC (rev 73071)
@@ -4,6 +4,7 @@
 
 name            libogg
 version         1.2.1
+revision	1
 categories      multimedia
 platforms       darwin
 use_parallel_build  yes
@@ -21,6 +22,8 @@
                     sha1    7d8b49e6546f29e6ade7b5dd5d85c869e35b428a \
                     rmd160  50fd476d5ed7decb46626795c0e667c32404cc8c
 
+patchfiles	patch-include-ogg-os_types.h.diff
+
 post-configure {
     if {[variant_isset universal]} {
         reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" \

Added: trunk/dports/multimedia/libogg/files/patch-include-ogg-os_types.h.diff
===================================================================
--- trunk/dports/multimedia/libogg/files/patch-include-ogg-os_types.h.diff	                        (rev 0)
+++ trunk/dports/multimedia/libogg/files/patch-include-ogg-os_types.h.diff	2010-11-03 03:02:48 UTC (rev 73071)
@@ -0,0 +1,11 @@
+--- include/ogg/os_types.h.orig	2010-11-02 21:57:34.000000000 -0500
++++ include/ogg/os_types.h	2010-11-02 21:58:03.000000000 -0500
+@@ -68,7 +68,7 @@
+ 
+ #elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */
+ 
+-#  include <inttypes.h>
++#  include <sys/types.h>
+    typedef int16_t ogg_int16_t;
+    typedef u_int16_t ogg_uint16_t;
+    typedef int32_t ogg_int32_t;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101102/aa6061ff/attachment.html>


More information about the macports-changes mailing list