diff options
author | pav <pav@FreeBSD.org> | 2007-06-27 05:49:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-27 05:49:54 +0800 |
commit | 43339ab55eea1366edc668a9d0e063683b2ddf8f (patch) | |
tree | fbc908d5a76fcd402610cf61f9604de97c5dc3f6 /math/maxima | |
parent | 5103c42db1f1d016c345401d8bc1e4a7ac47fd61 (diff) | |
download | freebsd-ports-gnome-43339ab55eea1366edc668a9d0e063683b2ddf8f.tar.gz freebsd-ports-gnome-43339ab55eea1366edc668a9d0e063683b2ddf8f.tar.zst freebsd-ports-gnome-43339ab55eea1366edc668a9d0e063683b2ddf8f.zip |
- Fix build
PR: ports/113976
Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
Diffstat (limited to 'math/maxima')
-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 87cd01bf96f0..3f4b92cccb29 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! |