summaryrefslogtreecommitdiffstats
path: root/math/lp_solve
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-07-23 15:33:37 +0000
committermaho <maho@FreeBSD.org>2003-07-23 15:33:37 +0000
commit43589c36a3c778a55bff17c6a25d182f68f5ac7e (patch)
tree1e01c954e78936c2b1ba5feaea14d85b113adc5c /math/lp_solve
parentda307d2e694f93eeef348f32bd696e722c6c177d (diff)
downloadFreeBSD-ports-43589c36a3c778a55bff17c6a25d182f68f5ac7e.zip
FreeBSD-ports-43589c36a3c778a55bff17c6a25d182f68f5ac7e.tar.gz
Fixed bison problem.
Pointed out by: kris Pointy hat to: maho and Pedro F. Giffuni <giffunip@yahoo.com>
Diffstat (limited to 'math/lp_solve')
-rw-r--r--math/lp_solve/Makefile2
-rw-r--r--math/lp_solve/files/patch-Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile
index 1ab1d4d..c32d197 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 e0239c9..9031d6a 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%%
OpenPOWER on IntegriCloud