diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 01:40:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 01:40:53 +0000 |
commit | b90670448cfd2b2212a078d762a02dfbe0d3316b (patch) | |
tree | eea4a5307f1b5a8eb0a99008472b0fb3ece083a9 /math/gracetmpl/files/patch-Makefile | |
parent | - PORTVERSION: 1.7.1 -> 1.8.0 (diff) |
fix build on -stable (by utilize USE_GETOPT_LONG)
add missing dependency
respect CFLAGS/CPPFLAGS
Notes
Notes:
svn path=/head/; revision=92666
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 |