ifolder/www-apps/ifolder3-enterprise/files/3.9.1/use_lib_as_libdir_on_amd64.patch
Mario Fetka 5db653fc3d add ifolder 3.8.4
Package-Manager: portage-2.2.0_alpha166
RepoMan-Options: --force
2013-04-18 20:55:08 +02:00

18 lines
521 B
Diff

Index: simias-1.8.3.10200.stable/configure.in
===================================================================
--- simias-1.8.3.10200.stable.orig/configure.in 2010-07-19 12:29:19.000000000 -0400
+++ simias-1.8.3.10200.stable/configure.in 2010-07-19 12:30:02.515201941 -0400
@@ -90,10 +90,10 @@ AM_CONDITIONAL(DOTNET, test "$CSC" = "cs
#HACK ALERT : for libflaim 64bit builds
case $host_cpu in
x86_64)
- LIB64='lib64'
+ LIB64='lib'
;;
amd64)
- LIB64='lib64'
+ LIB64='lib'
;;
*)
LIB64='lib'