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