mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
70b3227ef2
- Add USE_GL+=gl as per new stage-qa dependency detection script - Refactor patches to apply cleanly against new release Approved by: adamw (mentor) Relnotes: http://tulip.labri.fr/TulipDrupal/?q=node/2141 Differential Revision: https://reviews.freebsd.org/D7164
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
--- thirdparty/CMakeLists.txt.orig 2016-07-07 20:15:36 UTC
|
|
+++ thirdparty/CMakeLists.txt
|
|
@@ -8,7 +8,7 @@ ADD_CORE_FILES(CMakeLists.txt
|
|
)
|
|
|
|
ADD_SUBDIRECTORY(gzstream)
|
|
-ADD_SUBDIRECTORY(OGDF)
|
|
+#ADD_SUBDIRECTORY(OGDF)
|
|
ADD_SUBDIRECTORY(libqhull)
|
|
ADD_SUBDIRECTORY(yajl)
|
|
IF(NOT BUILD_CORE_ONLY)
|