diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-23 15:33:37 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-23 15:33:37 +0000 |
commit | d458fcb309bdb2e3e0f5bf1da57a7f4aa17010b0 (patch) | |
tree | 67f173c06f66bd522f42fa09d6d7e015954a9c6a /math | |
parent | Add xvmixer 1.0, open Look-based audio mixer. (diff) |
Fixed bison problem.
Pointed out by: kris
Pointy hat to: maho and Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes:
svn path=/head/; revision=85462
Diffstat (limited to 'math')
-rw-r--r-- | math/lp_solve/Makefile | 2 | ||||
-rw-r--r-- | math/lp_solve/files/patch-Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 1ab1d4d9ae7a..c32d19746f0a 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Linear Programming Solver +USE_BISON= yes + MAN1= lp_solve.1 USE_REINPLACE= yes diff --git a/math/lp_solve/files/patch-Makefile b/math/lp_solve/files/patch-Makefile index e0239c9b50a0..9031d6a50604 100644 --- a/math/lp_solve/files/patch-Makefile +++ b/math/lp_solve/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Jun 7 14:05:47 2003 -+++ Makefile Sat Jun 7 14:37:17 2003 +--- Makefile.orig Thu Jan 9 16:56:51 2003 ++++ Makefile Wed Jul 23 10:11:37 2003 @@ -1,4 +1,4 @@ -CC= gcc +CC= %%CC%% |