diff options
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)/* |