summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-10-31 00:16:49 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-10-31 00:45:57 +0100
commit3daa4924bd856d900cdfce8a7881b585ff3874b6 (patch)
tree02edf0d88bddadb6db4204cea36d2b793a63322b /dev-scheme/guile-dbi/files
parentmedia-gfx/gnome-font-viewer: Set remote-id (diff)
downloadgentoo-3daa4924bd856d900cdfce8a7881b585ff3874b6.tar.gz
gentoo-3daa4924bd856d900cdfce8a7881b585ff3874b6.tar.bz2
gentoo-3daa4924bd856d900cdfce8a7881b585ff3874b6.zip
dev-scheme/guile-dbi: new package; add 2.1.8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme/guile-dbi/files')
-rw-r--r--dev-scheme/guile-dbi/files/guile-dbi-2.1.8-configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-scheme/guile-dbi/files/guile-dbi-2.1.8-configure.patch b/dev-scheme/guile-dbi/files/guile-dbi-2.1.8-configure.patch
new file mode 100644
index 000000000000..1ab6d4f3c9d4
--- /dev/null
+++ b/dev-scheme/guile-dbi/files/guile-dbi-2.1.8-configure.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -62,7 +62,7 @@ LTDL_INIT
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)])
+
+
+-CFLAGS="$LTDLINCL `$GUILECONFIG compile`"
++CFLAGS="$CFLAGS $LTDLINCL `$GUILECONFIG compile`"
+ LIBS="$LIBLTDL `$GUILECONFIG link`"
+ GUILE_SITE=`$GUILECONFIG info sitedir`
+