mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Note: upstream no longer supports shared libnvmath, but consumer ports (devel/osg*) still require it, so forcibly make it shared.
15 lines
340 B
Text
15 lines
340 B
Text
--- CMakeLists.txt.orig 2020-08-24 06:27:21 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -28,12 +28,6 @@ ADD_SUBDIRECTORY(extern)
|
|
|
|
ADD_SUBDIRECTORY(src)
|
|
|
|
-# These files should only be installed when creating packages.
|
|
-INSTALL(FILES
|
|
- LICENSE
|
|
- README.md
|
|
- DESTINATION share/doc/nvtt)
|
|
-
|
|
# Add packaging support
|
|
INCLUDE(InstallRequiredSystemLibraries)
|
|
|