mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O3 -fomit-frame-pointer -D_XOPEN_SOURCE=600 -maltivec -mabi=altivec -MT dvbcsa_algo.lo -MD -MP -MF .deps/dvbcsa_algo.Tpo -c dvbcsa_algo.c -fPIC -DPIC -o .libs/dvbcsa_algo.o cc: error: unsupported option '-mabi=' for target 'powerpc64le-unknown-freebsd14.1'
11 lines
361 B
Text
11 lines
361 B
Text
--- configure.orig 2024-05-25 22:34:42 UTC
|
|
+++ configure
|
|
@@ -11736,7 +11736,7 @@ $as_echo "#define DVBCSA_USE_ALTIVEC 1" >>confdefs.h
|
|
|
|
$as_echo "#define DVBCSA_USE_ALTIVEC 1" >>confdefs.h
|
|
|
|
- GCC_CFLAGS="$GCC_CFLAGS -maltivec -mabi=altivec"
|
|
+ GCC_CFLAGS="$GCC_CFLAGS -maltivec"
|
|
|
|
elif test "$enable_uint32" = "yes" ; then
|
|
transpose_32=yes
|