[csw-devel] SF.net SVN: gar:[19183] csw/mgar/pkg/cpptest/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Sep 11 11:15:41 CEST 2012


Revision: 19183
          http://gar.svn.sourceforge.net/gar/?rev=19183&view=rev
Author:   dmichelsen
Date:     2012-09-11 09:15:41 +0000 (Tue, 11 Sep 2012)
Log Message:
-----------
cpptest/trunk: Add patch to fix 64 bit libcpptest.pc

Modified Paths:
--------------
    csw/mgar/pkg/cpptest/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/cpptest/trunk/files/0001-Do-not-guess-libdir-in-pkgconfig-file.patch

Modified: csw/mgar/pkg/cpptest/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpptest/trunk/Makefile	2012-09-10 20:17:15 UTC (rev 19182)
+++ csw/mgar/pkg/cpptest/trunk/Makefile	2012-09-11 09:15:41 UTC (rev 19183)
@@ -12,6 +12,7 @@
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
 
 PATCHFILES += 0001-Keep-norunpath-during-linking.patch
+PATCHFILES += 0001-Do-not-guess-libdir-in-pkgconfig-file.patch
 
 PACKAGES = CSWlibcpptest0
 SPKG_DESC_CSWlibcpptest0 = Unit testing framework for handling automated tests in C++, libcpptest.so.0

Added: csw/mgar/pkg/cpptest/trunk/files/0001-Do-not-guess-libdir-in-pkgconfig-file.patch
===================================================================
--- csw/mgar/pkg/cpptest/trunk/files/0001-Do-not-guess-libdir-in-pkgconfig-file.patch	                        (rev 0)
+++ csw/mgar/pkg/cpptest/trunk/files/0001-Do-not-guess-libdir-in-pkgconfig-file.patch	2012-09-11 09:15:41 UTC (rev 19183)
@@ -0,0 +1,27 @@
+From fba5ed9500918fa75ae069fa426246d9fadebc59 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Tue, 11 Sep 2012 11:05:47 +0200
+Subject: [PATCH] Do not guess libdir in pkgconfig file
+
+---
+ libcpptest.pc.in |    6 +++---
+ 1 Datei geändert, 3 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-)
+
+diff --git a/libcpptest.pc.in b/libcpptest.pc.in
+index 9b9ccb4..0ee8a13 100644
+--- a/libcpptest.pc.in
++++ b/libcpptest.pc.in
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+-exec_prefix=${prefix}
+-libdir=${exec_prefix}/lib
+-includedir=${prefix}/include
++exec_prefix=@exec_prefix@
++libdir=@libdir@
++includedir=@includedir@
+ 
+ Name: libcpptest
+ Description: C++ test suite
+-- 
+1.7.10.3
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list