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

File: [local] / ports / devel / bullet / patches / Attic / patch-CMakeLists_txt (download)

Revision 1.1.1.1 (vendor branch), Sat May 29 11:00:18 2010 UTC (14 years, 1 month ago) by yason
Branch: yason
CVS Tags: import
Changes since 1.1: +0 -0 lines

initial import

$OpenBSD$
--- CMakeLists.txt.orig	Sun May  2 19:21:46 2010
+++ CMakeLists.txt	Sun May  2 19:22:35 2010
@@ -182,7 +182,7 @@ IF (USE_GLUT)
 	INCLUDE_DIRECTORIES(${BULLET_PHYSICS_SOURCE_DIR}/Glut)
 	ELSE (WIN32)
 	# This is the lines for linux.  This should always work if everything is installed and working fine.
-	INCLUDE_DIRECTORIES(/usr/include /usr/local/include ${GLUT_INCLUDE_DIR}) 
+	INCLUDE_DIRECTORIES(/usr/include !!LOCALBASE!!/include !!X11BASE!!/include ${GLUT_INCLUDE_DIR}) 
 	ENDIF (WIN32)
 
 ENDIF(USE_GLUT)