Missing LIB_DEPENDS on net/enet + regen WANTLIB.

Drop uneeded patch chunk while here.
This commit is contained in:
ajacoutot 2022-12-30 09:17:33 +00:00
parent cde3b5cb3f
commit ef0465a522
2 changed files with 4 additions and 10 deletions

View File

@ -7,6 +7,7 @@ COMMENT-data = naev game data
V = 0.10.0
DISTNAME = naev-${V}-source
PKGNAME = naev-${V}
REVISION-main = 0
CATEGORIES = games x11
@ -21,8 +22,8 @@ MASTER_SITES = https://github.com/naev/naev/releases/download/v${V}/
EXTRACT_SUFX = .tar.xz
WANTLIB-main += SDL2 SDL2_image c cblas cholmod cxsparse freetype glpk
WANTLIB-main += m openal physfs unibreak vorbis vorbisfile xml2
WANTLIB-main += ${MODLUA_WANTLIB}
WANTLIB-main += m openal physfs unibreak vorbis vorbisfile xml2 pcre2-8
WANTLIB-main += enet ${MODLUA_WANTLIB}
WANTLIB-data =
MODULES = devel/meson lang/lua\
@ -36,6 +37,7 @@ LIB_DEPENDS-main = audio/libvorbis \
devel/physfs \
math/cblas \
math/suitesparse \
net/enet \
textproc/libunibreak \
textproc/libxml \
${MODLUA_LIB_DEPENDS}

View File

@ -1,14 +1,6 @@
Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -177,6 +177,7 @@ if buildExec.disabled() == false
naev_deps += cc.find_library('amd', required: true)
naev_deps += cc.find_library('ccolamd', required: false)
naev_deps += cc.find_library('colamd', required: true)
+ naev_deps += cc.find_library('cxsparse', required: true)
naev_deps += cc.find_library('lapack', required: false)
naev_deps += cc.find_library('metis', required: false)
naev_deps += cc.find_library('suitesparseconfig', required: true)
@@ -195,17 +196,6 @@ if buildExec.disabled() == false
naev_deps += blas