diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-27 09:42:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-27 09:42:55 +0000 |
commit | 108207934718fe18a2c437e634d2b856da536b4c (patch) | |
tree | 0797bdecf298a755d181509436ef5ec0fc0bb229 /net/netmap/files/patch-makelist::Makefile | |
parent | - Update to version 0.8.4 (diff) |
- Update to version 0.1.3
PR: 162830
Submitted by: Ports Fury
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286485
Diffstat (limited to 'net/netmap/files/patch-makelist::Makefile')
-rw-r--r-- | net/netmap/files/patch-makelist::Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netmap/files/patch-makelist::Makefile b/net/netmap/files/patch-makelist::Makefile index 7d89da1b7c85..d6d4b6d7cb79 100644 --- a/net/netmap/files/patch-makelist::Makefile +++ b/net/netmap/files/patch-makelist::Makefile @@ -1,10 +1,10 @@ ---- makelist/Makefile.orig Fri Jun 7 00:13:32 2002 -+++ makelist/Makefile Fri Jun 7 00:13:40 2002 +--- makelist/Makefile.orig 2010-01-06 07:59:38.000000000 +0900 ++++ makelist/Makefile 2011-11-23 22:25:58.000000000 +0900 @@ -1,8 +1,7 @@ CFILES = makelist.c args.c config.c OFILES = $(CFILES:.c=.o) --CFLAGS = -O -Wall +-CFLAGS = -O -Wall -Wno-deprecated -CC = g++ +CC = ${CXX} |