mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- Depend on llvm33 and clang33. - New LIB_DEPENDS syntax. - Staging. - Replace some patches with Makefile magic. PR: ports/180190, ports/180650 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
9 lines
303 B
Text
9 lines
303 B
Text
--- ./liboslcomp/CMakeLists.txt.orig 2013-07-12 08:31:18.000000000 +0930
|
|
+++ ./liboslcomp/CMakeLists.txt 2013-11-03 18:07:25.644118883 +1030
|
|
@@ -29,6 +29,3 @@
|
|
INSTALL ( TARGETS oslcomp LIBRARY DESTINATION lib )
|
|
endif ()
|
|
|
|
-IF ( USE_BOOST_WAVE )
|
|
- ADD_DEFINITIONS ( -DUSE_BOOST_WAVE )
|
|
-ENDIF ()
|