aports/testing/deadbeef-soxr/remove-native-build-opt.patch
2020-11-23 03:45:33 +00:00

8 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