pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/tiramisu sysutils/tiramisu: fix broken build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f83b597f0f8c
branches:  trunk
changeset: 768469:f83b597f0f8c
user:      pin <pin%pkgsrc.org@localhost>
date:      Sat Oct 23 19:28:35 2021 +0000

description:
sysutils/tiramisu: fix broken build

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

diffstat:

 sysutils/tiramisu/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c8173e4f1aa3 -r f83b597f0f8c sysutils/tiramisu/Makefile
--- a/sysutils/tiramisu/Makefile        Sat Oct 23 19:27:30 2021 +0000
+++ b/sysutils/tiramisu/Makefile        Sat Oct 23 19:28:35 2021 +0000
@@ -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 @@
 
 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