Date: Sat, 2 May 2015 17:18:03 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385199 - in head/lang/luajit: . files Message-ID: <201505021718.t42HI3IU081412@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Sat May 2 17:18:02 2015 New Revision: 385199 URL: https://svnweb.freebsd.org/changeset/ports/385199 Log: Fix luajit.pc file. PR: 199121 Added: head/lang/luajit/files/patch-etc_luajit.pc (contents, props changed) Modified: head/lang/luajit/Makefile Modified: head/lang/luajit/Makefile ============================================================================== --- head/lang/luajit/Makefile Sat May 2 17:12:23 2015 (r385198) +++ head/lang/luajit/Makefile Sat May 2 17:18:02 2015 (r385199) @@ -3,6 +3,7 @@ PORTNAME= luajit DISTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://luajit.org/download/ DISTNAME= LuaJIT-${DISTVERSION} Added: head/lang/luajit/files/patch-etc_luajit.pc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/luajit/files/patch-etc_luajit.pc Sat May 2 17:18:02 2015 (r385199) @@ -0,0 +1,9 @@ +--- etc/luajit.pc.orig 2015-05-02 20:12:57.483801000 +0300 ++++ etc/luajit.pc 2015-05-02 20:13:06.917300000 +0300 +@@ -21,5 +21,5 @@ + Version: ${version} + Requires: + Libs: -L${libdir} -l${libname} +-Libs.private: -Wl,-E -lm -ldl ++Libs.private: -Wl,-E -lm + Cflags: -I${includedir}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505021718.t42HI3IU081412>