pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ficl Package requires GCC runtime.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab1bde0bb219
branches:  trunk
changeset: 648716:ab1bde0bb219
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Mar 17 14:08:48 2015 +0000

description:
Package requires GCC runtime.

diffstat:

 lang/ficl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d33a34a872cc -r ab1bde0bb219 lang/ficl/Makefile
--- a/lang/ficl/Makefile        Tue Mar 17 14:08:01 2015 +0000
+++ b/lang/ficl/Makefile        Tue Mar 17 14:08:48 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/02 20:11:39 asau Exp $
+# $NetBSD: Makefile,v 1.3 2015/03/17 14:08:48 jperkin Exp $
 
 DISTNAME=      ficl-4.1.0
 CATEGORIES=    lang
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://ficl.sourceforge.net/
 COMMENT=       Forth Inspired Command Language
 
+USE_GCC_RUNTIME=       yes
+
 BUILD_TARGET=  ficl
 
 MAJOR=         4



Home | Main Index | Thread Index | Old Index