diff options
Diffstat (limited to 'misc/vbidecode')
-rw-r--r-- | misc/vbidecode/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/vbidecode/files/patch-ab b/misc/vbidecode/files/patch-ab new file mode 100644 index 000000000000..3014ce938552 --- /dev/null +++ b/misc/vbidecode/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Sep 19 11:11:49 1999 ++++ Makefile Sun Sep 19 11:11:58 1999 +@@ -1,7 +1,7 @@ + all: vbidecode + + 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 + + clean: + rm -f vbidecode |