summaryrefslogtreecommitdiff
path: root/comms/xlog
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-14 12:04:52 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-14 12:04:52 +0000
commit54f96e55842a1c450202a7fddc5b126b48e5481e (patch)
tree2cb5b0a8d4092f8d37ee5b7b6c864686f91fab6d /comms/xlog
parentsysutils/cbsd: fix build on GCC architectures (diff)
comms/xlog: fix build on GCC architectures
Use newer compiler: cc1: error: unrecognized command line option "-Wno-stringop-truncation" Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=514456
Diffstat (limited to 'comms/xlog')
-rw-r--r--comms/xlog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index 8f9ffeba9f20..1c744c9bbf5a 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libhamlib.so:comms/hamlib \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
-USES= gnome pkgconfig shared-mime-info
+USES= compiler:c11 gnome pkgconfig shared-mime-info
USE_GNOME= cairo gdkpixbuf2 gtk20
GNU_CONFIGURE= yes