[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / graphics / osg / patches

File: [local] / ports / graphics / osg / patches / Attic / patch-CMakeLists_txt (download)

Revision 1.1, Thu Aug 6 09:46:33 2009 UTC (14 years, 10 months ago) by yason
Branch: MAIN

some plugs for examples

$OpenBSD$
--- CMakeLists.txt.orig	Thu Aug  6 13:15:15 2009
+++ CMakeLists.txt	Thu Aug  6 13:21:31 2009
@@ -461,7 +461,7 @@ ENDIF(CYGWIN)
 
 IF(UNIX AND NOT WIN32 AND NOT APPLE)
   IF(CMAKE_SIZEOF_VOID_P MATCHES "8")
-      SET(LIB_POSTFIX "64" CACHE STRING "suffix for 32/64 dir placement")
+      SET(LIB_POSTFIX "" CACHE STRING "suffix for 32/64 dir placement")
       MARK_AS_ADVANCED(LIB_POSTFIX)
   ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "8")
 ENDIF(UNIX AND NOT WIN32 AND NOT APPLE)