mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
libcapn is a C Library to interact with the Apple Push Notification Service using simple and intuitive API. With the library you can easily send push notifications to iOS and Mac OS X devices. WWW: http://libcapn.org/ PR: ports/186936 Submitted by: Gasol Wu <gasol.wu@gmail.com>
8 lines
362 B
CMake
8 lines
362 B
CMake
--- ./libcapn.pc.cmake.orig 2013-04-27 14:08:27.000000000 +0800
|
|
+++ ./libcapn.pc.cmake 2014-02-21 08:53:31.000000000 +0800
|
|
@@ -3,4 +3,4 @@
|
|
Version: ${APN_VERSION}
|
|
Libs: -L${CMAKE_INSTALL_PREFIX}/${APN_INSTALL_PATH_LIB} -l${APN_LIB_NAME}
|
|
Libs.private: -lopenssl
|
|
-Cflags: -I${CMAKE_INSTALL_PREFIX}/${APN_INSTALL_PATH_HEADERS}
|
|
+Cflags: -I${CMAKE_INSTALL_PREFIX}
|