diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 07:40:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 07:40:51 +0000 |
commit | d31032cfe5b49c2504c37f433fef3b67550bc94e (patch) | |
tree | aded6a30fc771ef6ef139e4f1878c2d649c4d14b /math | |
parent | - Fix build on FreeBSD 10 (diff) |
- Fix build with FreeBSD 10
Notes
Notes:
svn path=/head/; revision=284614
Diffstat (limited to 'math')
-rw-r--r-- | math/glpk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 51f40cf375a0..e63c8ee4fcb7 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -21,6 +21,7 @@ LICENSE= GPLv3 OPTIONS= IODBC "Enable MathProg iodbc support" Off \ MYSQL "Enable MathProg mysql support" Off +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes |