diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-31 17:45:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-31 17:45:13 +0000 |
commit | ce934b196720235f84dba05f133028813259d8c5 (patch) | |
tree | e5a0f51d26c9cb3aa7003f7663894e834d76a553 /misc/estic/files/patch-areacode-make | |
parent | - Add staging support (diff) |
- fix makefiles to honor CXX and CXXFLAGS
- fix some C++ problems
- mark BROKEN on FreeBSD10, no gcc 4.2
Notes
Notes:
svn path=/head/; revision=349780
Diffstat (limited to 'misc/estic/files/patch-areacode-make')
-rw-r--r-- | misc/estic/files/patch-areacode-make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/estic/files/patch-areacode-make b/misc/estic/files/patch-areacode-make index 0c0ee552e2ec..e9e453195748 100644 --- a/misc/estic/files/patch-areacode-make +++ b/misc/estic/files/patch-areacode-make @@ -1,5 +1,5 @@ ---- areacode/make/freebsd.mak.orig Tue Sep 6 09:54:20 2005 -+++ areacode/make/freebsd.mak Tue Sep 6 09:54:20 2005 +--- areacode/make/freebsd.mak.orig 2014-03-28 16:39:11.000000000 +0100 ++++ areacode/make/freebsd.mak 2014-03-28 16:39:50.000000000 +0100 @@ -0,0 +1,115 @@ +# ***************************************************************************** +# * * @@ -99,7 +99,7 @@ + +depend dep: + @echo "Creating dependency information" -+ $(CC) -DFREEBSD -MM *.c > .depend ++ $(CC) $(CFLAGS) -MM *.c > .depend + +# ------------------------------------------------------------------------------ +# clean up |