diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-20 02:29:48 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-20 02:29:48 +0000 |
commit | ce08f5fc7a9308d6e78e95c5892309a07eb329e9 (patch) | |
tree | 07e2b7942c7c27605d4b86f458db9cd1f773d53e /misc/vbidecode | |
parent | Breakout a multipart patch and use the default implementation instead (diff) |
Remove '-m486' from CFLAGS so this compile on FreeBSD/Alpha.
Notes
Notes:
svn path=/head/; revision=21811
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 |