mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
sysutils/tmate: fix build on GCC architectures
Use newer GCC: cc1: error: unrecognized command line option "-Wno-null-pointer-arithmetic"
This commit is contained in:
parent
816cedc50f
commit
c72ef338a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543786
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \
|
|||
libmsgpackc.so:devel/msgpack \
|
||||
libssh.so:security/libssh
|
||||
|
||||
USES= autoreconf ncurses pkgconfig
|
||||
USES= autoreconf compiler:c11 ncurses pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tmate-io
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue