diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:43 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:43 +0800 |
commit | 049a660184fe081f435600236d94e8eb485d18aa (patch) | |
tree | 93388284748ce0e6799cc1c2ccd614f91eb18dd6 /math | |
parent | f1fb85dfbddad16ab6f072ec8706abdc653cd615 (diff) | |
download | freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.tar.gz freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.tar.zst freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.zip |
Prefer -std=gnu89 over -fgnu89-inline
Diffstat (limited to 'math')
-rw-r--r-- | math/prng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/prng/Makefile b/math/prng/Makefile index 19db81040423..c3f49462043d 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -11,7 +11,7 @@ COMMENT= Portable, high-performance ANSI-C pseudorandom number generators LICENSE= GPLv2 -CFLAGS+= -fgnu89-inline +USE_CSTD= gnu89 GNU_CONFIGURE= yes INFO= prng PLIST_FILES= include/prng.h lib/libprng.a |