summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-13 05:37:28 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-13 05:37:28 +0800
commit8c57740ad302b64748b4e3eec5cfa192b2ecaf45 (patch)
tree059d350fc7bb4ffce5ed04ee8b8c4946ce5b7dbc
parentcacb18f1ff0dd932b3b16c3fe4a89559a3b6f68d (diff)
downloadmarcuscom-ports-8c57740ad302b64748b4e3eec5cfa192b2ecaf45.tar
marcuscom-ports-8c57740ad302b64748b4e3eec5cfa192b2ecaf45.tar.gz
marcuscom-ports-8c57740ad302b64748b4e3eec5cfa192b2ecaf45.tar.bz2
marcuscom-ports-8c57740ad302b64748b4e3eec5cfa192b2ecaf45.tar.lz
marcuscom-ports-8c57740ad302b64748b4e3eec5cfa192b2ecaf45.tar.xz
marcuscom-ports-8c57740ad302b64748b4e3eec5cfa192b2ecaf45.tar.zst
marcuscom-ports-8c57740ad302b64748b4e3eec5cfa192b2ecaf45.zip
- Fix typo
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7292 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/g-wrap/files/patch-guile_g-wrap-2.0-guile.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/g-wrap/files/patch-guile_g-wrap-2.0-guile.pc.in b/devel/g-wrap/files/patch-guile_g-wrap-2.0-guile.pc.in
index ddff5ed66..6ffbfe171 100644
--- a/devel/g-wrap/files/patch-guile_g-wrap-2.0-guile.pc.in
+++ b/devel/g-wrap/files/patch-guile_g-wrap-2.0-guile.pc.in
@@ -12,4 +12,4 @@
-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/usr/local/lib/elf -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@
-+Cflags: @STD_CFLAGS@ -I${includedir} -I${ffincludedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@
++Cflags: @STD_CFLAGS@ -I${includedir} -I${ffiincludedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@