pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/luakit



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep 17 10:24:08 UTC 2021

Modified Files:
        pkgsrc/www/luakit: Makefile

Log Message:
luakit: add missing libraries on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/luakit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/luakit/Makefile
diff -u pkgsrc/www/luakit/Makefile:1.9 pkgsrc/www/luakit/Makefile:1.10
--- pkgsrc/www/luakit/Makefile:1.9      Wed Apr 21 11:42:54 2021
+++ pkgsrc/www/luakit/Makefile  Fri Sep 17 10:24:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/04/21 11:42:54 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/09/17 10:24:08 nia Exp $
 
 DISTNAME=      luakit-2.3
 PKGREVISION=   1
@@ -20,6 +20,8 @@ MAKE_FLAGS+=  PIXMAPDIR=${PREFIX}/share/p
 MAKE_FLAGS+=   XDGPREFIX=${PKG_SYSCONFDIR}
 MAKE_FLAGS+=   VERSION=${PKGVERSION}
 
+LDFLAGS.SunOS+=        -lm -lsocket
+
 LUA_VERSIONS_ACCEPTED= 51
 
 .include "../../lang/lua/luaversion.mk"



Home | Main Index | Thread Index | Old Index