summaryrefslogtreecommitdiff
path: root/devel/g-wrap/patches/patch-ab
blob: 4eccff91b8c9cdc7427d588484d17e82aa3f9db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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@