pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q4]: pkgsrc/graphics/silgraphite Pullup ticket #2664 - req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af79a664320f
branches:  pkgsrc-2008Q4
changeset: 552275:af79a664320f
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Jan 30 12:38:02 2009 +0000

description:
Pullup ticket #2664 - requested by minskim
silgraphite: build fix

Revisions pulled up:
- graphics/silgraphite/Makefile         1.2
---
Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Jan  9 20:32:19 UTC 2009

Modified Files:
         pkgsrc/graphics/silgraphite: Makefile

Log Message:
silgraphite uses C99 features.

diffstat:

 graphics/silgraphite/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47e256597136 -r af79a664320f graphics/silgraphite/Makefile
--- a/graphics/silgraphite/Makefile     Thu Jan 29 17:30:55 2009 +0000
+++ b/graphics/silgraphite/Makefile     Fri Jan 30 12:38:02 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 01:54:25 minskim Exp $
+# $NetBSD: Makefile,v 1.1.1.1.2.1 2009/01/30 12:38:02 tron Exp $
 
 DISTNAME=      silgraphite-2.3
 CATEGORIES=    graphics
@@ -13,7 +13,7 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 c++
 WRKSRC=                ${WRKDIR}/${DISTNAME}/engine
 
 PKGCONFIG_OVERRIDE+=   silgraphite.pc.in



Home | Main Index | Thread Index | Old Index