pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/liferea Add c99 to USE_LANGUAGES, fixes build on S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d2bd0aa3083
branches:  trunk
changeset: 625980:3d2bd0aa3083
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Oct 29 12:09:59 2013 +0000

description:
Add c99 to USE_LANGUAGES, fixes build on SunOS.

diffstat:

 www/liferea/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 0b5cc33e7063 -r 3d2bd0aa3083 www/liferea/Makefile
--- a/www/liferea/Makefile      Tue Oct 29 11:50:47 2013 +0000
+++ b/www/liferea/Makefile      Tue Oct 29 12:09:59 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2013/10/19 09:07:13 adam Exp $
+# $NetBSD: Makefile,v 1.125 2013/10/29 12:09:59 jperkin Exp $
 
 DISTNAME=              liferea-1.4.28
 PKGREVISION=           38
@@ -10,11 +10,10 @@
 COMMENT=               Simple FeedReader clone for reading RSS/RDF feeds
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake pkg-config msgfmt perl intltool
+USE_LANGUAGES=         c c99 c++
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES+=                c++
-USE_LANGUAGES+=                c
+USE_TOOLS+=            gmake pkg-config msgfmt perl intltool
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.liferea
 PKG_OPTIONS_REQUIRED_GROUPS=   renderer



Home | Main Index | Thread Index | Old Index