[csw-devel] SF.net SVN: gar:[13787] csw/mgar/pkg/libffi/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Mar 14 08:10:59 CET 2011
Revision: 13787
http://gar.svn.sourceforge.net/gar/?rev=13787&view=rev
Author: wahwah
Date: 2011-03-14 07:10:58 +0000 (Mon, 14 Mar 2011)
Log Message:
-----------
libffi: Make libffi.pc point at /opt/csw/include
Modified Paths:
--------------
csw/mgar/pkg/libffi/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/libffi/trunk/files/0005-libffi.pc-should-point-at-opt-csw-include.patch
Modified: csw/mgar/pkg/libffi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libffi/trunk/Makefile 2011-03-14 02:16:40 UTC (rev 13786)
+++ csw/mgar/pkg/libffi/trunk/Makefile 2011-03-14 07:10:58 UTC (rev 13787)
@@ -27,6 +27,7 @@
# found at http://software.intel.com/en-us/forums/showthread.php?t=56652
# 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
PACKAGES += CSWlibffi
CATALOGNAME_CSWlibffi = libffi
@@ -56,8 +57,6 @@
LICENSE = LICENSE
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
Added: csw/mgar/pkg/libffi/trunk/files/0005-libffi.pc-should-point-at-opt-csw-include.patch
===================================================================
--- csw/mgar/pkg/libffi/trunk/files/0005-libffi.pc-should-point-at-opt-csw-include.patch (rev 0)
+++ csw/mgar/pkg/libffi/trunk/files/0005-libffi.pc-should-point-at-opt-csw-include.patch 2011-03-14 07:10:58 UTC (rev 13787)
@@ -0,0 +1,25 @@
+From f67593e5e96dfc0becb3dc3a2272f4b3cabc4e13 Mon Sep 17 00:00:00 2001
+From: Maciej Blizinski <maciej at opencsw.org>
+Date: Mon, 14 Mar 2011 08:07:09 +0100
+Subject: [PATCH] libffi.pc should point at /opt/csw/include
+
+---
+ libffi.pc.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/libffi.pc.in b/libffi.pc.in
+index c2e1c7b..5f0e9db 100644
+--- a/libffi.pc.in
++++ b/libffi.pc.in
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+-includedir=${libdir}/@PACKAGE_NAME at -@PACKAGE_VERSION@/include
++includedir=${libdir}/include
+
+ Name: @PACKAGE_NAME@
+ Description: Library supporting Foreign Function Interfaces
+--
+1.7.3.2
+
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