summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-02-20 01:16:27 +0000
committergdt <gdt@pkgsrc.org>2009-02-20 01:16:27 +0000
commit072b5755aba775b8baea50f90037a2ea839dacd3 (patch)
treee0767a67be72914653d9c22ce6f1ff4b44f37689 /devel
parent510b24ec0f8e72aba900c9b620abeb9960c21289 (diff)
downloadpkgsrc-072b5755aba775b8baea50f90037a2ea839dacd3.tar.gz
add patch to fix pkg-config file lossage due to incomplete conversion to real libffi
Diffstat (limited to 'devel')
-rw-r--r--devel/g-wrap/Makefile4
-rw-r--r--devel/g-wrap/distinfo4
-rw-r--r--devel/g-wrap/patches/patch-ab12
3 files changed, 16 insertions, 4 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index 9a764885955..bec6ed34a24 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2009/02/20 00:50:10 gdt Exp $
+# $NetBSD: Makefile,v 1.53 2009/02/20 01:16:27 gdt Exp $
DISTNAME= g-wrap-1.9.11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://savannah.nongnu.org/download/g-wrap/
diff --git a/devel/g-wrap/distinfo b/devel/g-wrap/distinfo
index 0af39c09159..3bf0e9e9446 100644
--- a/devel/g-wrap/distinfo
+++ b/devel/g-wrap/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2009/02/20 00:42:51 gdt Exp $
+$NetBSD: distinfo,v 1.20 2009/02/20 01:16:27 gdt Exp $
SHA1 (g-wrap-1.9.11.tar.gz) = 7d7dcc808cb4f60932869cb14fa65f92dcdea65b
RMD160 (g-wrap-1.9.11.tar.gz) = 410bdc829c814fb534185934cff55052cf1ff711
Size (g-wrap-1.9.11.tar.gz) = 625359 bytes
SHA1 (patch-aa) = 57ee87da372c0d43f384767d7b585a7d09b87b8b
-SHA1 (patch-ae) = 69e350900fc59024cddac5b137582439d1edabaf
+SHA1 (patch-ab) = 3ea250c0119e65b68a67fdf82439b1898aaf37e1
diff --git a/devel/g-wrap/patches/patch-ab b/devel/g-wrap/patches/patch-ab
new file mode 100644
index 00000000000..4eccff91b8c
--- /dev/null
+++ b/devel/g-wrap/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.11 2009/02/20 01:16:27 gdt Exp $
+
+--- guile/g-wrap-2.0-guile.pc.in.orig 2007-08-14 09:21:29.000000000 -0400
++++ guile/g-wrap-2.0-guile.pc.in
+@@ -11,5 +11,5 @@ module_directory=@GUILEMODDIR@
+ Name: G-Wrap
+ Description: A Guile wrapper generator
+ Version: @VERSION@
+-Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS_INSTALLED@
+-Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@
++Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS@
++Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS@