diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 07:08:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 07:08:13 +0000 |
commit | 8f9ed65d7aa89bdbd2c55d48b7ddcd5d43768a36 (patch) | |
tree | 8b2bea7041723f9d2d56c21442dba63012c29f3b /math/rpc/files/patch-src::Makefile.in | |
parent | Update the IPv6 patch to test14; later ones seem to have problems (diff) |
- Support CFLAGS/CXXFLAGS properly
- Utilize NOPORTDOCS
PR: 42898
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=66804
Diffstat (limited to 'math/rpc/files/patch-src::Makefile.in')
-rw-r--r-- | math/rpc/files/patch-src::Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/rpc/files/patch-src::Makefile.in b/math/rpc/files/patch-src::Makefile.in new file mode 100644 index 000000000000..760915082851 --- /dev/null +++ b/math/rpc/files/patch-src::Makefile.in @@ -0,0 +1,13 @@ +--- src/Makefile.in.orig Mon Aug 13 13:01:30 2001 ++++ src/Makefile.in Mon Sep 16 22:04:55 2002 +@@ -67,8 +67,8 @@ + + bin_PROGRAMS = rpc + +-CFLAGS = -O2 -Wall +-CXXFLAGS = -O2 -Wall ++CFLAGS = @CFLAGS@ ++CXXFLAGS = @CXXFLAGS@ + INCLUDES = @CURSES_INCLUDEDIR@ + LDADD = -lm -lccm @CURSES_LIBS@ + |