1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/faup/files/patch-CMakeLists.txt
Antoine Brodin dbaeeeeb71 New port: www/faup
Faup stands for Finally An Url Parser and is a library and command line tool to
parse URLs and normalize fields with two constraints:
- Work with real-life urls (resilient to badly formated ones)
- Be fast: no allocation for string parsing and read characters only once

WWW: http://stricaud.github.io/faup/
2013-11-25 22:07:21 +00:00

12 lines
467 B
Plaintext

--- ./CMakeLists.txt.orig 2013-09-25 08:53:24.000000000 +0000
+++ ./CMakeLists.txt 2013-11-16 12:02:09.000000000 +0000
@@ -74,7 +74,7 @@
set(FAUP_INCLUDE_DIRS "${faup-project_SOURCE_DIR}/src/lib/include/" "${faup-project_BINARY_DIR}/src/lib/include")
-set(FAUP_LIBRARY "${faup-project_BINARY_DIR}/src/lib/libfaupl.so")
+set(FAUP_LIBRARY faupl)
if(WIN32)
set(FAUP_LIBRARY "${faup-project_BINARY_DIR}/src/lib/${CMAKE_BUILD_TYPE}/faup_static.lib")
endif(WIN32)