From 0de1b7c651826feca42b915eab2a79745cd95424 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Mon, 18 Jun 2007 20:02:18 +0000 Subject: [PATCH] Change by Martin Capitanio to find Freetype2 on gentoo --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 978b3cd339e..7f513b8028f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,6 +144,7 @@ IF(UNIX) /opt/local/include/freetype2 /opt/csw/include/freetype2 /opt/include/freetype2 + NO_DEFAULT_PATH ) SET(FREETYPE_LIB freetype)