pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lua-zlib



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Dec 19 09:17:45 UTC 2020

Modified Files:
        pkgsrc/archivers/lua-zlib: Makefile

Log Message:
lua-zlib: Do not build with -bundle on macOS


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/lua-zlib/Makefile

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

Modified files:

Index: pkgsrc/archivers/lua-zlib/Makefile
diff -u pkgsrc/archivers/lua-zlib/Makefile:1.5 pkgsrc/archivers/lua-zlib/Makefile:1.6
--- pkgsrc/archivers/lua-zlib/Makefile:1.5      Sat Jul 11 15:14:29 2020
+++ pkgsrc/archivers/lua-zlib/Makefile  Sat Dec 19 09:17:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/07/11 15:14:29 nia Exp $
+# $NetBSD: Makefile,v 1.6 2020/12/19 09:17:45 nia Exp $
 
 DISTNAME=      lua-zlib-1.2
 PKGNAME=       ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/1}
@@ -24,6 +24,8 @@ INSTALLATION_DIRS+=   ${LUA_CDIR}
 # Links against unversioned base Lua on NetBSD...
 BUILDLINK_TRANSFORM+=  rm:-llua
 
+BUILDLINK_TRANSFORM.Darwin+=   rm:-bundle
+
 do-install:
        ${INSTALL_LIB} ${WRKSRC}/zlib.so ${DESTDIR}${PREFIX}/${LUA_CDIR}
 



Home | Main Index | Thread Index | Old Index