Skip to content
Snippets Groups Projects
Commit a4733c65 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'fix-mplayer' into 'etiona'

fix mplayer i386 build error

See merge request trisquel/package-helpers!276
parents 8b968b66 ca0133d5
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ sed -i 's/\(--disable-arts \\\)/\1\n\t--disable-qtx \\/' debian/rules
sed -i 's/\(--disable-arts \\\)/\1\n\t--disable-xanim \\/' debian/rules
sed -i 's/\(--disable-arts \\\)/\1\n\t--disable-real \\/' debian/rules
# fix https://trac.mplayerhq.hu/ticket/2343
sed -i 's/.*\#include.*/\#define _GNU_SOURCE\n\n&/' cpudetect.c
changelog "Removed references to non-free stuff"
compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment