1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/aqsis/files/patch-libs-utils_CMakeLists.txt
Rusmir Dusko 1752bb5a6e graphics/ilmbase
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches

- Bump dependent ports' revisions

Approved by:	pawel / wg (mentors)
2013-10-31 00:32:31 +00:00

12 lines
318 B
Plaintext

--- ./libs/util/CMakeLists.txt.orig 2012-08-24 14:26:50.000000000 +0200
+++ ./libs/util/CMakeLists.txt 2013-10-29 13:12:48.000000000 +0100
@@ -37,7 +37,7 @@
set(linklibs ${Boost_FILESYSTEM_LIBRARY})
if(UNIX)
- list(APPEND linklibs dl)
+ list(APPEND linklibs)
elseif(WIN32)
list(APPEND linklibs ws2_32)
endif()