1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 09:45:12 +03:00
aports/testing/deadbeef-soxr/remove-native-build-opt.patch
2020-11-23 03:45:33 +00:00

7 lines
318 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
all:
- gcc -I/usr/include -I/opt/deadbeef/include -std=c99 -shared -O2 -o ddb_soxr_dsp.so soxr.c -lsoxr -fPIC -Wall -march=native
\ No newline at end of file
+ gcc -I/usr/include -I/opt/deadbeef/include -std=c99 -shared -O2 -o ddb_soxr_dsp.so soxr.c -lsoxr -fPIC -Wall