pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc USE_LANGUAGES=c99, fixes build on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a73cae71a80
branches:  trunk
changeset: 625973:1a73cae71a80
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Oct 29 10:34:30 2013 +0000

description:
USE_LANGUAGES=c99, fixes build on SunOS.

diffstat:

 audio/libmikmod/Makefile    |  3 ++-
 devel/dconf/Makefile.common |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r ea1a56871a07 -r 1a73cae71a80 audio/libmikmod/Makefile
--- a/audio/libmikmod/Makefile  Tue Oct 29 08:42:44 2013 +0000
+++ b/audio/libmikmod/Makefile  Tue Oct 29 10:34:30 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2013/10/19 13:32:00 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2013/10/29 10:34:30 jperkin Exp $
 
 DISTNAME=      libmikmod-3.3.3
 CATEGORIES=    audio
@@ -12,6 +12,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_TOOLS+=            autoconf gmake makeinfo
+USE_LANGUAGES=         c99
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-threads
diff -r ea1a56871a07 -r 1a73cae71a80 devel/dconf/Makefile.common
--- a/devel/dconf/Makefile.common       Tue Oct 29 08:42:44 2013 +0000
+++ b/devel/dconf/Makefile.common       Tue Oct 29 10:34:30 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2013/09/30 11:42:13 obache Exp $
+# $NetBSD: Makefile.common,v 1.3 2013/10/29 10:37:39 jperkin Exp $
 #
 # used by devel/dconf-editor/Makefile
 
@@ -13,5 +13,6 @@
 LICENSE=       gnu-lgpl-v2.1
 
 GNU_CONFIGURE= yes
+USE_LANGUAGES= c99
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config gmake intltool msgfmt



Home | Main Index | Thread Index | Old Index