diff options
author | bapt <bapt@FreeBSD.org> | 2016-03-24 17:01:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-03-24 17:01:55 +0800 |
commit | 1aab7fec3d7490f0d447c347cc3b749a0fc93091 (patch) | |
tree | 6591661c8d4a271767cdb9e64f183ff8d1bacd88 /x11/xcbautolock | |
parent | fbdf2ff41afd1ecddec21bd356d2388ff8019a6f (diff) | |
download | freebsd-ports-gnome-1aab7fec3d7490f0d447c347cc3b749a0fc93091.tar.gz freebsd-ports-gnome-1aab7fec3d7490f0d447c347cc3b749a0fc93091.tar.zst freebsd-ports-gnome-1aab7fec3d7490f0d447c347cc3b749a0fc93091.zip |
Fix build with old gcc
Diffstat (limited to 'x11/xcbautolock')
-rw-r--r-- | x11/xcbautolock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xcbautolock/Makefile b/x11/xcbautolock/Makefile index af28484e7538..977e79f44587 100644 --- a/x11/xcbautolock/Makefile +++ b/x11/xcbautolock/Makefile @@ -10,6 +10,7 @@ COMMENT= XCB base autolocker LICENSE= BSD2CLAUSE USES= pkgconfig +USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= bapt |