aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2013-11-18 20:44:50 +0800
committerfjoe <fjoe@FreeBSD.org>2013-11-18 20:44:50 +0800
commit82cc96dcc070b8f913847521c2976beb8853b245 (patch)
treed92239ff77fb8acfbd39bb456482cde61be06aad
parenta6aa54f96cbe49a6bf811a631e65522ef0bd5833 (diff)
downloadfreebsd-ports-gnome-82cc96dcc070b8f913847521c2976beb8853b245.tar.gz
freebsd-ports-gnome-82cc96dcc070b8f913847521c2976beb8853b245.tar.zst
freebsd-ports-gnome-82cc96dcc070b8f913847521c2976beb8853b245.zip
Unbreak clang-only build.
-rw-r--r--net/vblade/files/patch-makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/net/vblade/files/patch-makefile b/net/vblade/files/patch-makefile
index 69a312165865..62c07ed7a8ed 100644
--- a/net/vblade/files/patch-makefile
+++ b/net/vblade/files/patch-makefile
@@ -1,6 +1,6 @@
--- makefile.orig 2008-10-09 04:07:40.000000000 +0700
-+++ makefile 2010-09-13 20:48:07.000000000 +0700
-@@ -3,10 +3,9 @@
++++ makefile 2013-11-18 19:44:05.000000000 +0700
+@@ -3,14 +3,12 @@
# see README for others
PLATFORM=linux
@@ -13,7 +13,11 @@
O=aoe.o bpf.o ${PLATFORM}.o ata.o
CFLAGS += -Wall -g -O2
-@@ -38,6 +37,6 @@
+-CC = gcc
+
+ vblade: $O
+ ${CC} -o vblade $O
+@@ -38,6 +36,6 @@
rm -f $O vblade
install : vblade vbladed