This is an automated email from the git hooks/post-receive script.

nschloe-guest pushed a commit to branch split-c-f-cxx
in repository netcdf.

commit c514d9ca0ca885b444bae2e67608c75cb31b020f
Author: Nico Schlömer <nico.schloe...@gmail.com>
Date:   Thu Oct 16 00:27:20 2014 +0200

    correct patch
---
 debian/patches/link-private.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/link-private.patch 
b/debian/patches/link-private.patch
index 64b4877..2ab6a21 100644
--- a/debian/patches/link-private.patch
+++ b/debian/patches/link-private.patch
@@ -1,10 +1,10 @@
 diff --git a/liblib/CMakeLists.txt b/liblib/CMakeLists.txt
-index 0270f26..8ccdee6 100644
+index 6d3b4af..e713a18 100644
 --- a/liblib/CMakeLists.txt
 +++ b/liblib/CMakeLists.txt
 @@ -77,7 +77,7 @@ ENDIF()
  IF(ENABLE_PNETCDF AND PNETCDF)
-   LIST(APPEND TLL_LIBS ${PNETCDF})
+   SET(TLL_LIBS ${TLL_LIBS} ${PNETCDF})
  ENDIF()
 -TARGET_LINK_LIBRARIES(netcdf ${TLL_LIBS})
 +TARGET_LINK_LIBRARIES(netcdf PRIVATE ${TLL_LIBS})

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to