diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-02-02 13:53:07 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-02-02 13:53:07 +0000 |
commit | 1a94f7bc8530e44f0aea0407cfe336546873b003 (patch) | |
tree | 0eb17e1cfb16390eb1bf2a4fe218fb37b14107ca /math/sage/files | |
parent | Update to 1.4.8 (diff) |
- Fix two LDFLAGS issues.
- Allow parallel builds on FreBSD 9+
Notes
Notes:
svn path=/head/; revision=290304
Diffstat (limited to 'math/sage/files')
-rw-r--r-- | math/sage/files/spkg-patch-gfan-0.4plus.p1_-_patches_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/sage/files/spkg-patch-gfan-0.4plus.p1_-_patches_Makefile b/math/sage/files/spkg-patch-gfan-0.4plus.p1_-_patches_Makefile new file mode 100644 index 000000000000..1c35d7f07226 --- /dev/null +++ b/math/sage/files/spkg-patch-gfan-0.4plus.p1_-_patches_Makefile @@ -0,0 +1,11 @@ +--- gfan-0.4plus.p1/patches/Makefile-orig 2012-02-01 18:41:42.000000000 +0000 ++++ gfan-0.4plus.p1/patches/Makefile 2012-02-01 18:42:10.000000000 +0000 +@@ -270,7 +270,7 @@ + default: $(OBJECTS) $(ADDITIONALOBJECTS) $(EXECS) + + $(MAIN): $(OBJECTS) +- $(CXX) $(CXXFLAG64) $(OBJECTS) $(ADDITIONALLINKOPTIONS) $(GPROFFLAG) -o $(MAIN) ++ $(CXX) ${LDFLAGS} $(CXXFLAG64) $(OBJECTS) $(ADDITIONALLINKOPTIONS) $(GPROFFLAG) -o $(MAIN) + + release: + rm -f -r $(RELEASEDIR)/* |