summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 02:29:48 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 02:29:48 +0000
commitce08f5fc7a9308d6e78e95c5892309a07eb329e9 (patch)
tree07e2b7942c7c27605d4b86f458db9cd1f773d53e /misc
parentBreakout 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')
-rw-r--r--misc/vbidecode/files/patch-ab11
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