pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/tiramisu



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Oct 23 19:28:35 UTC 2021

Modified Files:
        pkgsrc/sysutils/tiramisu: Makefile

Log Message:
sysutils/tiramisu: fix broken build

Fix http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20211021.0806/tiramisu-2.0.20211019/install.log


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/tiramisu/Makefile

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

Modified files:

Index: pkgsrc/sysutils/tiramisu/Makefile
diff -u pkgsrc/sysutils/tiramisu/Makefile:1.6 pkgsrc/sysutils/tiramisu/Makefile:1.7
--- pkgsrc/sysutils/tiramisu/Makefile:1.6       Wed Oct 20 13:07:46 2021
+++ pkgsrc/sysutils/tiramisu/Makefile   Sat Oct 23 19:28:35 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/10/20 13:07:46 pin Exp $
+# $NetBSD: Makefile,v 1.7 2021/10/23 19:28:35 pin Exp $
 
 DISTNAME=      tiramisu-2.0.20211019
 CATEGORIES=    sysutils
@@ -13,9 +13,10 @@ LICENSE=     mit
 
 USE_TOOLS+=    pkg-config gmake
 
-INSTALLATION_DIRS+=    share/doc/tiramisu
 MAKE_ENV+=             PREFIX=${PREFIX}
 
+CHECK_RELRO_SKIP+=     bin/tiramisu
+
 TOOL_DEPENDS+= vala-[0-9]*:../../lang/vala
 
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index