r13037 - packages/trunk/megaglest/debian/patches

Paul Wise pabs at alioth.debian.org
Fri Dec 23 03:40:08 UTC 2011


Author: pabs
Date: 2011-12-23 03:40:05 +0000 (Fri, 23 Dec 2011)
New Revision: 13037

Modified:
   packages/trunk/megaglest/debian/patches/fix-kFreeBSD-FTBFS.patch
Log:
final kFreeBSD patch

Modified: packages/trunk/megaglest/debian/patches/fix-kFreeBSD-FTBFS.patch
===================================================================
--- packages/trunk/megaglest/debian/patches/fix-kFreeBSD-FTBFS.patch	2011-12-23 01:03:50 UTC (rev 13036)
+++ packages/trunk/megaglest/debian/patches/fix-kFreeBSD-FTBFS.patch	2011-12-23 03:40:05 UTC (rev 13037)
@@ -1,3 +1,7 @@
+Description: fix FTBFS on Debian GNU/kFreeBSD architectures
+Author: Paul Wise <pabs at debian.org>
+Forwarded: yes, <softcoder> will apply to svn shortly
+Applied-Upstream: not yet
 --- a/source/shared_lib/sources/platform/posix/socket.cpp
 +++ b/source/shared_lib/sources/platform/posix/socket.cpp
 @@ -313,7 +313,7 @@
@@ -9,3 +13,14 @@
  # define USE_GETIFADDRS 1
  # include <ifaddrs.h>
  #endif
+--- a/source/glest_map_editor/CMakeLists.txt
++++ b/source/glest_map_editor/CMakeLists.txt
+@@ -19,7 +19,7 @@
+ 		# It was noticed that when using MinGW gcc it is essential that 'core' is mentioned before 'base'.
+ 	
+ 		IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
+-		       SET(wxWidgets_CONFIG_OPTIONS --prefix=/usr/local)
++		       SET(wxWidgets_CONFIG_OPTIONS)
+ 		       MESSAGE(STATUS "Detected FreeBSD.....")
+ 	       ENDIF()
+ 




More information about the Pkg-games-commits mailing list