mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
a system or between multiple systems. It synchronizes bidirectionally and allows the user to keep two copies of files and directories in sync. csync uses widely adopted protocols, such as smb or sftp, so that there is no need for a server component. It is a user-level program which means you do not to be a superuser or administrator. WWW: http://owncloud.org/sync-clients/ PR: ports/178946, ports/177900 Submitted by: arrowdodger <6yearold@gmail.com> Reviewed by: lippe@
10 lines
321 B
Text
10 lines
321 B
Text
--- src/std/_CMakeLists.txt 2013-02-20 20:39:16.000000000 +0400
|
|
+++ src/std/CMakeLists.txt 2013-03-16 14:16:52.896920438 +0400
|
|
@@ -31,6 +31,7 @@
|
|
include_directories(
|
|
${CSTDLIB_PUBLIC_INCLUDE_DIRS}
|
|
${CSTDLIB_PRIVATE_INCLUDE_DIRS}
|
|
+ ${ICONV_INCLUDE_DIR}
|
|
)
|
|
|
|
add_library(${CSTDLIB_LIBRARY} STATIC ${cstdlib_SRCS})
|