Skip to content
Snippets Groups Projects
Verified Commit 7b22ba2f authored by Hugh Daschbach's avatar Hugh Daschbach Committed by sunpoet
Browse files

net/luasocket: Fix unix socket name by adding correct PLAT definition

- Bump PORTREVISION for package change

PR:		268968
parent 1107a3cf
No related branches found
No related tags found
No related merge requests found
PORTNAME= luasocket
PORTVERSION= 3.1.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
......@@ -17,7 +18,7 @@ USES= gmake lua:module pkgconfig
CFLAGS+= -DLUA_COMPAT_APIINTCASTS `pkgconf --cflags lua-${LUA_VER}`
INSTALL_TARGET= install-unix
LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}`
MAKE_ARGS= LUAV=${LUA_VER}
MAKE_ARGS= LUAV=${LUA_VER} PLAT=freebsd
MAKEFILE= makefile
USE_GITHUB= yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment