[csw-devel] SF.net SVN: gar:[14893] csw/mgar/pkg/libffi/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sat Jun 25 19:20:59 CEST 2011
Revision: 14893
http://gar.svn.sourceforge.net/gar/?rev=14893&view=rev
Author: wahwah
Date: 2011-06-25 17:20:59 +0000 (Sat, 25 Jun 2011)
Log Message:
-----------
set -L to libdir/ffi
Modified Paths:
--------------
csw/mgar/pkg/libffi/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/libffi/trunk/files/0006-Set-libdir-to-opt-csw-lib-ffi.patch
Modified: csw/mgar/pkg/libffi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libffi/trunk/Makefile 2011-06-25 17:13:41 UTC (rev 14892)
+++ csw/mgar/pkg/libffi/trunk/Makefile 2011-06-25 17:20:59 UTC (rev 14893)
@@ -28,9 +28,11 @@
# originally for icc, but at least get the stuff to compile
PATCHFILES += ffi64.c.patch
PATCHFILES += 0005-libffi.pc-should-point-at-opt-csw-include.patch
+PATCHFILES += 0006-Set-libdir-to-opt-csw-lib-ffi.patch
OBSOLETED_BY_CSWlibffi5 = CSWlibffi
OBSOLETED_BY_CSWlibffi5-dev = CSWlibffi
+INCOMPATIBLE_PKGS_CSWlibffi5 = CSWlibffi
PACKAGES += CSWlibffi-dev
CATALOGNAME_CSWlibffi-dev = libffi_dev
Added: csw/mgar/pkg/libffi/trunk/files/0006-Set-libdir-to-opt-csw-lib-ffi.patch
===================================================================
--- csw/mgar/pkg/libffi/trunk/files/0006-Set-libdir-to-opt-csw-lib-ffi.patch (rev 0)
+++ csw/mgar/pkg/libffi/trunk/files/0006-Set-libdir-to-opt-csw-lib-ffi.patch 2011-06-25 17:20:59 UTC (rev 14893)
@@ -0,0 +1,23 @@
+From 003977c00c9523f4a3a913b40b1460eb718b5d0e Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Sat, 25 Jun 2011 19:18:48 +0200
+Subject: [PATCH] Set libdir to /opt/csw/lib/ffi.
+
+---
+ libffi.pc.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/libffi.pc.in b/libffi.pc.in
+index 692296d..88391dc 100644
+--- a/libffi.pc.in
++++ b/libffi.pc.in
+@@ -6,5 +6,5 @@ includedir=${prefix}/include
+ Name: @PACKAGE_NAME@
+ Description: Library supporting Foreign Function Interfaces
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lffi
++Libs: -L${libdir}/ffi -lffi
+ Cflags: -I${includedir}
+--
+1.7.5.4
+
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