[66018] trunk/dports/kde/kdelibs4

snc at macports.org snc at macports.org
Sun Apr 4 19:32:46 PDT 2010


Revision: 66018
          http://trac.macports.org/changeset/66018
Author:   snc at macports.org
Date:     2010-04-04 19:32:45 -0700 (Sun, 04 Apr 2010)
Log Message:
-----------
play nicely with new zlib headers, #24128

Modified Paths:
--------------
    trunk/dports/kde/kdelibs4/Portfile

Added Paths:
-----------
    trunk/dports/kde/kdelibs4/files/patch-cmake-modules-FindKDE4-Internal.cmake.diff

Modified: trunk/dports/kde/kdelibs4/Portfile
===================================================================
--- trunk/dports/kde/kdelibs4/Portfile	2010-04-05 02:27:34 UTC (rev 66017)
+++ trunk/dports/kde/kdelibs4/Portfile	2010-04-05 02:32:45 UTC (rev 66018)
@@ -41,7 +41,8 @@
 patchfiles          add-bundles-to-path.patch \
                     default-kde4-xdg-menu-prefix.patch \
                     fix-bundle-icons.patch \
-                    workaround-kdeinit4-crash.patch
+                    workaround-kdeinit4-crash.patch \
+                    patch-cmake-modules-FindKDE4-Internal.cmake.diff
 
 patch.dir           ${workpath}/${distname}
 patch.pre_args      -p1

Added: trunk/dports/kde/kdelibs4/files/patch-cmake-modules-FindKDE4-Internal.cmake.diff
===================================================================
--- trunk/dports/kde/kdelibs4/files/patch-cmake-modules-FindKDE4-Internal.cmake.diff	                        (rev 0)
+++ trunk/dports/kde/kdelibs4/files/patch-cmake-modules-FindKDE4-Internal.cmake.diff	2010-04-05 02:32:45 UTC (rev 66018)
@@ -0,0 +1,11 @@
+--- kdelibs-4.4.2/cmake/modules/FindKDE4Internal.cmake.orig	2010-04-04 21:28:24.000000000 -0400
++++ kdelibs-4.4.2/cmake/modules/FindKDE4Internal.cmake	2010-04-04 21:28:38.000000000 -0400
+@@ -1016,7 +1016,7 @@
+ endif (CMAKE_SYSTEM_NAME MATCHES Linux OR CMAKE_SYSTEM_NAME STREQUAL GNU)
+ 
+ if (UNIX)
+-   set ( _KDE4_PLATFORM_DEFINITIONS "${_KDE4_PLATFORM_DEFINITIONS} -D_LARGEFILE64_SOURCE")
++   set ( _KDE4_PLATFORM_DEFINITIONS "${_KDE4_PLATFORM_DEFINITIONS} ")
+ 
+    check_cxx_source_compiles("
+ #include <sys/types.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100404/3519a1f8/attachment.html>


More information about the macports-changes mailing list