summaryrefslogtreecommitdiff
path: root/misc/vbidecode/files
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-03-05 03:44:32 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-03-05 03:44:32 +0000
commit4158723f9d30968038873c55746ee01994b44ffc (patch)
tree7a0984b88dee889e9ddf079755e06011762c63d0 /misc/vbidecode/files
parentUnplug removed gcompris port from build. (diff)
add USE_GCC=2.95, respect CXX, and unbreak this port on -CURRENT.
PR: 63124 Submitted by: leeym Approved by: maintainer timeout
Diffstat (limited to 'misc/vbidecode/files')
-rw-r--r--misc/vbidecode/files/patch-ab2
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