mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
1469244bac
PR: ports/133484 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
--- qyzis/CMakeLists.txt.orig 2009-02-20 07:25:40.773125110 +0100
|
|
+++ qyzis/CMakeLists.txt 2009-02-20 07:26:04.659760911 +0100
|
|
@@ -1,7 +1,7 @@
|
|
|
|
project(qyzis)
|
|
|
|
-include_directories(${YZIS_INCLUDES}) # ${CMAKE_SOURCE_DIR}/libyzis
|
|
+include_directories(${YZIS_INCLUDES} ${LOCALBASE}/include) # ${CMAKE_SOURCE_DIR}/libyzis
|
|
|
|
add_subdirectory( pics )
|
|
|