diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-28 20:51:05 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-28 20:51:05 +0000 |
commit | 5dec32964660f00ea82eda36be7a8a23c5e4a34e (patch) | |
tree | b8645494dbbf1ab5fd3bd99632d5141358f89e06 /devel/loki | |
parent | - Add a shabang to run script (diff) |
- Add USE_GCC=3.4+ to fix build on 4.11
Notes
Notes:
svn path=/head/; revision=160681
Diffstat (limited to 'devel/loki')
-rw-r--r-- | devel/loki/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/loki/Makefile b/devel/loki/Makefile index fba26bc24563..e6492a60ffac 100644 --- a/devel/loki/Makefile +++ b/devel/loki/Makefile @@ -16,6 +16,7 @@ COMMENT= A C++ library of common design patterns USE_BZIP2= yes USE_GMAKE= yes +USE_GCC= 3.4+ DOCS= README CHANGES doc/html/* doc/flex/* doc/yasli/* |