mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
cad/graywolf: fix build on GCC architectures
C11 compiler is necessary: /wrkdirs/usr/ports/cad/graywolf/work/graywolf-0.1.6-3-g6c5e24f/src/twmc/wireratio.c:92: error: expected declaration specifiers before 'gsl_matrix' MFH: 2020Q2 (fix build blanket)
This commit is contained in:
parent
a966b0e0b2
commit
ac7fc760b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531342
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS= libgsl.so:math/gsl
|
LIB_DEPENDS= libgsl.so:math/gsl
|
||||||
|
|
||||||
USES= cmake pkgconfig xorg
|
USES= cmake compiler:c11 pkgconfig xorg
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= rubund
|
GH_ACCOUNT= rubund
|
||||||
USE_XORG= ice sm x11 xext
|
USE_XORG= ice sm x11 xext
|
||||||
|
|
Loading…
Add table
Reference in a new issue