mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
emulators/emu64: fix build without libomp
ld: error: unable to find library -lomp
This commit is contained in:
parent
c7958f8bd8
commit
5632b7bc11
1 changed files with 4 additions and 0 deletions
|
@ -26,4 +26,8 @@ GH_ACCOUNT= ThKattanek
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
.if !exists(/usr/include/omp.h)
|
||||||
|
USE_GCC= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue