mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
- Change MASTER_SITES to GitHub - Update COMMENT - Add LICENSE - Pet portlint: move BROKEN_* upward - Update BROKEN: use lowercase for leading character - Use WRKSRC_SUBDIR - Update pkg-descr - Update WWW Changes: https://github.com/apache/avro/blob/branch-1.8/CHANGES.txt https://github.com/apache/avro/commits/branch-1.8/lang/c
11 lines
466 B
Text
11 lines
466 B
Text
--- src/CMakeLists.txt.orig 2017-04-17 23:56:17 UTC
|
|
+++ src/CMakeLists.txt
|
|
@@ -82,7 +82,7 @@ source_group(Avro FILES ${AVRO_SRC})
|
|
# The version.sh script gives us a SOVERSION that uses colon as a
|
|
# separator; we need periods.
|
|
|
|
-string(REPLACE ":" "." LIBAVRO_DOT_VERSION ${LIBAVRO_VERSION})
|
|
+set(LIBAVRO_DOT_VERSION 0)
|
|
|
|
add_library(avro-static STATIC ${AVRO_SRC})
|
|
target_link_libraries(avro-static ${JANSSON_LIBRARIES} ${CODEC_LIBRARIES} ${THREADS_LIBRARIES})
|