SOURCES: libsexy-pc.patch - proper fix; pkg-config already removes...

qboosh qboosh at pld-linux.org
Mon Oct 8 23:19:24 CEST 2007


Author: qboosh                       Date: Mon Oct  8 21:19:24 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- proper fix; pkg-config already removes standard -I/-L

---- Files affected:
SOURCES:
   libsexy-pc.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/libsexy-pc.patch
diff -u SOURCES/libsexy-pc.patch:1.1 SOURCES/libsexy-pc.patch:1.2
--- SOURCES/libsexy-pc.patch:1.1	Sat Oct  6 17:18:21 2007
+++ SOURCES/libsexy-pc.patch	Mon Oct  8 23:19:18 2007
@@ -1,13 +1,10 @@
-diff -urN libsexy-0.1.11.org/libsexy.pc.in libsexy-0.1.11/libsexy.pc.in
---- libsexy-0.1.11.org/libsexy.pc.in	2005-11-10 11:21:18.000000000 +0100
-+++ libsexy-0.1.11/libsexy.pc.in	2007-10-06 17:16:11.844090011 +0200
-@@ -6,7 +6,7 @@
- Name: libsexy
- Description: Doing naughty things to good widgets
- Version: @VERSION@
--Libs: -L${libdir} -lsexy @PACKAGE_LIBS@
--Cflags: -I${includedir} @PACKAGE_CFLAGS@
-+Libs: -lsexy @PACKAGE_LIBS@
-+Cflags: @PACKAGE_CFLAGS@
- 
+--- libsexy-0.1.11/libsexy.pc.in.orig	2005-11-10 11:21:18.000000000 +0100
++++ libsexy-0.1.11/libsexy.pc.in	2007-10-08 23:13:24.628782748 +0200
+@@ -1,6 +1,6 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+-libdir=${exec_prefix}/lib
++libdir=@libdir@
+ includedir=${prefix}/include
  
+ Name: libsexy
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/libsexy-pc.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list