freebsd-ports/math/rpc/files/patch-src::Makefile.in
Ying-Chieh Liao 8f9ed65d7a - Support CFLAGS/CXXFLAGS properly
- Utilize NOPORTDOCS

PR:		42898
Submitted by:	Ports Fury
2002-09-20 07:08:13 +00:00

13 lines
288 B
Text

--- 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@