mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
science/linearelasticity: fix build on powerpc
ld: error: undefined reference due to --no-allow-shlib-undefined: sqrt
This commit is contained in:
parent
ed10c7be06
commit
8e3d0badd7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= ISCDtoolbox
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include/ISCD
|
||||
LDFLAGS_powerpc= -lm
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
|
Loading…
Add table
Reference in a new issue