svn commit: r394933 - head/graphics/luxrender/files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Aug 21 09:09:05 UTC 2015


Author: danfe
Date: Fri Aug 21 09:09:04 2015
New Revision: 394933
URL: https://svnweb.freebsd.org/changeset/ports/394933

Log:
  Try to fix installation on amd64 by removing stupid `64' suffix that was
  appended to the library path in this case.
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/luxrender/files/patch-CMakeLists.txt

Modified: head/graphics/luxrender/files/patch-CMakeLists.txt
==============================================================================
--- head/graphics/luxrender/files/patch-CMakeLists.txt	Fri Aug 21 08:24:11 2015	(r394932)
+++ head/graphics/luxrender/files/patch-CMakeLists.txt	Fri Aug 21 09:09:04 2015	(r394933)
@@ -1,6 +1,14 @@
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -298,7 +298,7 @@ ELSEIF(MSVC)
+@@ -210,7 +210,6 @@ IF(NOT APPLE AND NOT WIN32)
+ 	STRING(REGEX MATCH "(x86_64-*)|(X86_64-*)|(AMD64-*)|(amd64-*)" _mach_x86_64 ${MACHINE})
+ 	IF (_mach_x86_64)
+ 		SET(ARCH_X86_64 1)
+-		SET(LIB_SUFFIX 64)
+ 		#jromang - Hack to avoid boost bug on x64  Ubuntu 8.10 and Fedora 10 (http://www.luxrender.net/mantis/view.php?id=433)
+ 		ADD_DEFINITIONS(-DBOOST_NO_INTRINSIC_INT64_T)
+ 	ENDIF (_mach_x86_64)
+@@ -402,7 +401,7 @@ ELSEIF(MSVC)
  ELSE(APPLE)
  	# Dade - default compiler options
  	# Removed "-O3" from definitions in order to have CMake Release/Debug options to work


More information about the svn-ports-all mailing list