diff options
Diffstat (limited to 'misc/vbidecode/files/patch-ab')
-rw-r--r-- | misc/vbidecode/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/vbidecode/files/patch-ab b/misc/vbidecode/files/patch-ab index 3014ce938552..6b038d49c7ad 100644 --- a/misc/vbidecode/files/patch-ab +++ b/misc/vbidecode/files/patch-ab @@ -5,7 +5,7 @@ vbidecode: vbidecode.cc - g++ -g -O6 -fomit-frame-pointer -m486 -funroll-loops -o vbidecode vbidecode.cc -+ g++ -g -O6 -fomit-frame-pointer -funroll-loops -o vbidecode vbidecode.cc ++ ${CXX} -g -O6 -fomit-frame-pointer -funroll-loops -o vbidecode vbidecode.cc clean: rm -f vbidecode |