Obsolete golang-120
[oi-userland.git] / components / library / liboil / patches / liboil-03-64bit.patch
blob75595050060468fcd39539b5d03dd48e4b6594a6
1 --- liboil-0.3.16/liboil/Makefile.am-orig 2010-03-31 02:18:29.020416389 -0500
2 +++ liboil-0.3.16/liboil/Makefile.am 2010-03-31 02:18:45.577467717 -0500
3 @@ -28,12 +28,12 @@ if HAVE_3DNOW_INTRINSICS
4 #libs_i386 += 3dnow/lib3dnow.la
5 endif
7 -if HAVE_AMD64
8 -if HAVE_GCC_ASM
9 -SUBDIRS += amd64 i386_amd64
10 -libs += amd64/libamd64.la i386_amd64/libi386_amd64.la
11 -endif
12 -endif
13 +#if HAVE_AMD64
14 +#if HAVE_GCC_ASM
15 +#SUBDIRS += amd64 i386_amd64
16 +#libs += amd64/libamd64.la i386_amd64/libi386_amd64.la
17 +#endif
18 +#endif
20 if HAVE_POWERPC
21 if HAVE_GCC_ASM