public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/lasi/files: lasi-1.1.0-pkgconfig.patch
@ 2010-09-18 13:20 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2010-09-18 13:20 UTC (permalink / raw
  To: gentoo-commits

dilfridge    10/09/18 13:20:46

  Added:                lasi-1.1.0-pkgconfig.patch
  Log:
  Add workaround patch to create a sane pkgconfig file, fixes bug 312799.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/lasi/files/lasi-1.1.0-pkgconfig.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lasi/files/lasi-1.1.0-pkgconfig.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lasi/files/lasi-1.1.0-pkgconfig.patch?rev=1.1&content-type=text/plain

Index: lasi-1.1.0-pkgconfig.patch
===================================================================
diff -ur libLASi-1.1.0.orig/CMakeLists.txt libLASi-1.1.0/CMakeLists.txt
--- libLASi-1.1.0.orig/CMakeLists.txt	2010-04-29 14:24:58.000000000 +0300
+++ libLASi-1.1.0/CMakeLists.txt	2010-04-29 14:28:54.000000000 +0300
@@ -35,6 +35,7 @@
 configure_file(
 ${CMAKE_CURRENT_SOURCE_DIR}/lasi.pc.in
 ${CMAKE_CURRENT_BINARY_DIR}/lasi.pc
+@ONLY
 )
 
 install(FILES
diff -ur libLASi-1.1.0.orig/lasi.pc.in libLASi-1.1.0/lasi.pc.in
--- libLASi-1.1.0.orig/lasi.pc.in	2010-04-29 14:24:58.000000000 +0300
+++ libLASi-1.1.0/lasi.pc.in	2010-04-29 14:26:25.000000000 +0300
@@ -1,6 +1,6 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
+libdir=${exec_prefix}/@libdir@
 includedir=@includedir@
 
 Name: LASi






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-18 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18 13:20 [gentoo-commits] gentoo-x86 commit in media-libs/lasi/files: lasi-1.1.0-pkgconfig.patch Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox