In message: <[EMAIL PROTECTED]>
            Norikatsu Shigemura <[EMAIL PROTECTED]> writes:
: On Sun, 15 Jun 2003 17:43:50 -0700
: Kris Kennaway <[EMAIL PROTECTED]> wrote:
: > >   Humm.. Like following diff?
: > Not really what I had in mind.
: > >  CXXFLAGS ?=      ${CFLAGS:C/-std=[a-z:0-9]+//}
: > FFLAGS should be set similar to this.
: 
:       Ah. OK. Like this?
: 
: Index: sys.mk
: ===================================================================
: RCS file: /home/ncvs/src/share/mk/sys.mk,v
: retrieving revision 1.67
: diff -u -r1.67 sys.mk
: --- sys.mk    1 Jun 2003 22:13:45 -0000       1.67
: +++ sys.mk    17 Jun 2003 16:27:28 -0000
: @@ -63,7 +63,7 @@
:  FFLAGS               ?=      -O 1
:  .else
:  FC           ?=      f77
: -FFLAGS               ?=      -O
: +FFLAGS               ?=      ${CFLAGS}
  +FFLAGS               ?=      ${CFLAGS:C/-std=[a-z:0-9]+//}}
:  .endif
:  EFLAGS               ?=

might be better.

Warner
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to