diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-20 15:08:13 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-20 15:08:13 +0800 |
commit | cda18bfb6ab4c91e6f10f08dfa3d502ac1089d8c (patch) | |
tree | 1eb0d50889cc64e75833bdf4a2d401e28818af3e /math/rpc/files | |
parent | e98ddc936b8eef55565aef8c8f05d513c08c52b4 (diff) | |
download | freebsd-ports-gnome-cda18bfb6ab4c91e6f10f08dfa3d502ac1089d8c.tar.gz freebsd-ports-gnome-cda18bfb6ab4c91e6f10f08dfa3d502ac1089d8c.tar.zst freebsd-ports-gnome-cda18bfb6ab4c91e6f10f08dfa3d502ac1089d8c.zip |
- Support CFLAGS/CXXFLAGS properly
- Utilize NOPORTDOCS
PR: 42898
Submitted by: Ports Fury
Diffstat (limited to 'math/rpc/files')
-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@ + |