]> git.pld-linux.org Git - packages/gflags.git/blob - gflags-pc-nothreads.patch
- updated to 2.2.2
[packages/gflags.git] / gflags-pc-nothreads.patch
1 --- gflags-2.2.0/cmake/package_nothreads.pc.in.orig     1970-01-01 01:00:00.000000000 +0100
2 +++ gflags-2.2.0/cmake/package_nothreads.pc.in  2016-12-26 09:36:10.647054844 +0100
3 @@ -0,0 +1,12 @@
4 +prefix=@CMAKE_INSTALL_PREFIX@
5 +exec_prefix=${prefix}
6 +bindir=${prefix}/@RUNTIME_INSTALL_DIR@
7 +libdir=${prefix}/@LIBRARY_INSTALL_DIR@
8 +includedir=${prefix}/@INCLUDE_INSTALL_DIR@
9 +
10 +Name: @PACKAGE_NAME@_nothreads
11 +Version: @PACKAGE_VERSION@
12 +Description: @PACKAGE_DESCRIPTION@
13 +URL: @PACKAGE_URL@
14 +Libs: -L${libdir} -lgflags_nothreads
15 +Cflags: -I${includedir}
16 --- gflags-2.2.0/CMakeLists.txt.orig    2016-11-25 19:54:37.000000000 +0100
17 +++ gflags-2.2.0/CMakeLists.txt 2016-12-26 09:36:48.167054416 +0100
18 @@ -533,6 +533,8 @@
19  if (PKGCONFIG_INSTALL_DIR)
20    configure_file ("cmake/package.pc.in" "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}.pc" @ONLY)
21    install (FILES "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}.pc" DESTINATION "${PKGCONFIG_INSTALL_DIR}")
22 +  configure_file ("cmake/package_nothreads.pc.in" "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}_nothreads.pc" @ONLY)
23 +  install (FILES "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}_nothreads.pc" DESTINATION "${PKGCONFIG_INSTALL_DIR}")
24  endif ()
25  
26  # ----------------------------------------------------------------------------
This page took 0.058694 seconds and 3 git commands to generate.