mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
devel/avro-c: Fix avro-c.pc
- Bump PORTREVISION for package change PR: 269873 Reported by: pi
This commit is contained in:
parent
f30628bc88
commit
556e3c7b4f
@ -1,5 +1,6 @@
|
||||
PORTNAME= avro
|
||||
PORTVERSION= 1.11.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= APACHE/avro/stable/c
|
||||
PKGNAMESUFFIX= -c
|
||||
|
@ -9,6 +9,15 @@
|
||||
add_definitions(-DSNAPPY_CODEC)
|
||||
include_directories(${SNAPPY_INCLUDE_DIRS})
|
||||
message("Enabled snappy codec")
|
||||
@@ -176,7 +176,7 @@ else (LZMA_FOUND)
|
||||
endif (LZMA_FOUND)
|
||||
|
||||
set(CODEC_LIBRARIES ${ZLIB_LIBRARIES} ${LZMA_LIBRARIES} ${SNAPPY_LIBRARIES})
|
||||
-set(CODEC_PKG "@ZLIB_PKG@ @LZMA_PKG@ @SNAPPY_PKG@")
|
||||
+set(CODEC_PKG ${ZLIB_PKG} ${LZMA_PKG} ${SNAPPY_PKG})
|
||||
|
||||
# Jansson JSON library
|
||||
pkg_check_modules(JANSSON jansson>=2.3)
|
||||
@@ -192,7 +192,6 @@ endif (JANSSON_FOUND)
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(examples)
|
||||
|
Loading…
Reference in New Issue
Block a user