Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-12:Update
libmikmod
libmikmod-altivec.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libmikmod-altivec.patch of Package libmikmod
Index: libmikmod-3.2.0/configure =================================================================== --- libmikmod-3.2.0.orig/configure +++ libmikmod-3.2.0/configure @@ -13701,10 +13701,10 @@ $as_echo_n "checking whether to use alti then case `uname` in Darwin) - CFLAGS="$CFLAGS -faltivec -force_cpusubtype_ALL" + CFLAGS="$CFLAGS -maltivec -force_cpusubtype_ALL" ;; Linux) - CFLAGS="$CFLAGS -faltivec" + CFLAGS="$CFLAGS -maltivec" ;; esac fi Index: libmikmod-3.2.0/configure.in =================================================================== --- libmikmod-3.2.0.orig/configure.in +++ libmikmod-3.2.0/configure.in @@ -720,11 +720,11 @@ ppc|ppc64|powerpc|powerpc64) case `uname` in Darwin) dnl compile all Altivec functions, check at run-time - CFLAGS="$CFLAGS -faltivec -force_cpusubtype_ALL" + CFLAGS="$CFLAGS -maltivec -force_cpusubtype_ALL" ;; Linux) dnl force_cpusubtype_ALL not allowed for Linux as - CFLAGS="$CFLAGS -faltivec" + CFLAGS="$CFLAGS -maltivec" ;; esac fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor