aboutsummaryrefslogtreecommitdiff
path: root/math/prng/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-02-05 03:30:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-02-05 03:30:43 +0000
commit18878f8fafee33f540a03f2744f10716e416e044 (patch)
tree93388284748ce0e6799cc1c2ccd614f91eb18dd6 /math/prng/Makefile
parentc5a6f194e2a1885df7764703502b354b406aba48 (diff)
downloadports-18878f8fafee33f540a03f2744f10716e416e044.tar.gz
ports-18878f8fafee33f540a03f2744f10716e416e044.zip
Prefer -std=gnu89 over -fgnu89-inline
Notes
Notes: svn path=/head/; revision=433346
Diffstat (limited to 'math/prng/Makefile')
-rw-r--r--math/prng/Makefile2
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