mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
multimedia/libdvbcsa: fix build on powerpc*
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'
This commit is contained in:
parent
f014efc23b
commit
8b0178e10c
1 changed files with 11 additions and 0 deletions
11
multimedia/libdvbcsa/files/patch-configure
Normal file
11
multimedia/libdvbcsa/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
Loading…
Add table
Reference in a new issue