Bug 113976 - math/maxima - Fix brokenness on amd64
Summary: math/maxima - Fix brokenness on amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-23 22:00 UTC by Scott Flatman
Modified: 2007-06-26 23:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Flatman 2007-06-23 22:00:08 UTC
	Fix brokenness on amd64
	Submitted by: Michael Plass <mfp49_freebsd@plass-family.net>

Fix: -*- maxima patch begins here -*-


--------------090504090507060603090703----Qu4Udg4dXBtkIXAooS1IOKPPeAeoLLzIADVgNl6gbT5jxxVX
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN maxima.orig/Makefile maxima/Makefile
--- maxima.orig/Makefile	Sat Jun 23 13:47:38 2007
+++ maxima/Makefile	Sat Jun 23 13:50:16 2007
@@ -42,7 +42,7 @@
 .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!
-*- maxima patch ends here -*-
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-26 22:49:32 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-26 22:49:59 UTC
pav         2007-06-26 21:49:54 UTC

  FreeBSD ports repository

  Modified files:
    math/maxima          Makefile 
  Log:
  - Fix build
  
  PR:             ports/113976
  Submitted by:   Scott Flatman <sf@slappy.org> (maintainer)
  
  Revision  Changes    Path
  1.19      +1 -1      ports/math/maxima/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"