diff options
Diffstat (limited to 'math/gracetmpl/files/patch-Makefile')
-rw-r--r-- | math/gracetmpl/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gracetmpl/files/patch-Makefile b/math/gracetmpl/files/patch-Makefile new file mode 100644 index 000000000000..d55b9c489fab --- /dev/null +++ b/math/gracetmpl/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Oct 31 09:21:12 2003 ++++ Makefile Fri Oct 31 09:22:23 2003 +@@ -52,7 +52,7 @@ + $(AR) -r gracetmpl.a gracetmpl.o + + gracetmpldemo: gracetmpldemo.o gracetmpl.o +- $(CPP) -o gracetmpldemo gracetmpldemo.o gracetmpl.o ++ $(CPP) ${LDFLAGS} -o gracetmpldemo gracetmpldemo.o gracetmpl.o + + envtest: envtest.o gracetmpl.o + $(CPP) -o envtest envtest.o gracetmpl.o |