diff options
author | pav <pav@FreeBSD.org> | 2007-06-26 21:49:54 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-26 21:49:54 +0000 |
commit | 43339ab55eea1366edc668a9d0e063683b2ddf8f (patch) | |
tree | fbc908d5a76fcd402610cf61f9604de97c5dc3f6 /math | |
parent | 5103c42db1f1d016c345401d8bc1e4a7ac47fd61 (diff) | |
download | FreeBSD-ports-43339ab55eea1366edc668a9d0e063683b2ddf8f.zip FreeBSD-ports-43339ab55eea1366edc668a9d0e063683b2ddf8f.tar.gz |
- Fix build
PR: ports/113976
Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/maxima/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 87cd01b..3f4b92c 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -42,7 +42,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= Does not build on amd64 +MAKE_ENV+= CC="${CC}" .endif # Lisp to build with. Define only ONE of these! |