mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-libs/xqilla: adding package
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michele Santullo <m.santullo@posteo.net>
This commit is contained in:
13
dev-libs/xqilla/files/lib_to_lib64.patch
Normal file
13
dev-libs/xqilla/files/lib_to_lib64.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/configure b/configure
|
||||
index 60b02f0..64e967b 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -4155,7 +4155,7 @@ $as_echo "$with_tidy" >&6; }
|
||||
if test "$with_tidy" != "no"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the HTML Tidy library is present" >&5
|
||||
$as_echo_n "checking if the HTML Tidy library is present... " >&6; }
|
||||
- if test `ls $with_tidy/lib/libtidy.* 2>/dev/null | wc -l` -gt 0 ; then
|
||||
+ if test `ls $with_tidy/lib64/libtidy.* 2>/dev/null | wc -l` -gt 0 ; then
|
||||
if test `ls $with_tidy/include/tidy/tidy.h 2>/dev/null | wc -l` -gt 0 ; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
$as_echo "yes" >&6; }
|
||||
Reference in New Issue
Block a user