tupone      14/07/14 12:54:25

  Added:                performous-0.7.0-freetype.patch
  Log:
  freetype is not directly needed. Fix bug #515768
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  
games-arcade/performous/files/performous-0.7.0-freetype.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-0.7.0-freetype.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/performous/files/performous-0.7.0-freetype.patch?rev=1.1&content-type=text/plain

Index: performous-0.7.0-freetype.patch
===================================================================
--- cmake/Modules/FindCairo.cmake.old   2014-07-14 14:46:07.262806432 +0200
+++ cmake/Modules/FindCairo.cmake       2014-07-14 14:46:45.890461688 +0200
@@ -8,7 +8,6 @@
 include(LibFindMacros)
 
 # Dependencies
-libfind_package(Cairo Freetype)
 
 # Use pkg-config to get hints about paths
 libfind_pkg_check_modules(Cairo_PKGCONF cairo)
@@ -28,7 +27,7 @@
 
 # Set the include dir variables and the libraries and let libfind_process do 
the rest.
 # NOTE: Singular variables for this library, plural for libraries this this 
lib depends on.
-set(Cairo_PROCESS_INCLUDES Cairo_INCLUDE_DIR Freetype_INCLUDE_DIRS)
-set(Cairo_PROCESS_LIBS Cairo_LIBRARY Freetype_LIBRARIES)
+set(Cairo_PROCESS_INCLUDES Cairo_INCLUDE_DIR)
+set(Cairo_PROCESS_LIBS Cairo_LIBRARY)
 libfind_process(Cairo)
 
--- cmake/Modules/FindPango.cmake.old   2014-07-14 14:46:13.754748551 +0200
+++ cmake/Modules/FindPango.cmake       2014-07-14 14:47:06.270279853 +0200
@@ -8,7 +8,6 @@
 include(LibFindMacros)
 
 # Dependencies
-libfind_package(Pango Freetype)
 libfind_package(Pango Glib)
 libfind_package(Pango GObject)
 
@@ -30,7 +29,7 @@
 
 # Set the include dir variables and the libraries and let libfind_process do 
the rest.
 # NOTE: Singular variables for this library, plural for libraries this this 
lib depends on.
-set(Pango_PROCESS_INCLUDES Pango_INCLUDE_DIR Freetype_INCLUDE_DIRS 
Glib_INCLUDE_DIRS)
-set(Pango_PROCESS_LIBS Pango_LIBRARY Freetype_LIBRARIES Glib_LIBRARIES 
GObject_LIBRARIES)
+set(Pango_PROCESS_INCLUDES Pango_INCLUDE_DIR Glib_INCLUDE_DIRS)
+set(Pango_PROCESS_LIBS Pango_LIBRARY Glib_LIBRARIES GObject_LIBRARIES)
 libfind_process(Pango)
 




Reply via email to