1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

emulators/emu64: fix build without libomp

ld: error: unable to find library -lomp
This commit is contained in:
Piotr Kubaj 2024-07-30 16:22:43 +02:00
parent c7958f8bd8
commit 5632b7bc11

View File

@ -26,4 +26,8 @@ GH_ACCOUNT= ThKattanek
OPTIONS_DEFINE= DOCS
.if !exists(/usr/include/omp.h)
USE_GCC= yes
.endif
.include <bsd.port.mk>