Skip to content

Commit

Permalink
update ncurses patch to support gcc48 on solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
richard committed Jul 8, 2013
1 parent dd4dd43 commit 97655a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions devel/ncurses/distinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$NetBSD: distinfo,v 1.21 2011/11/01 14:47:46 hans Exp $
$NetBSD: distinfo,v 1.22 2013/07/08 05:54:24 richard Exp $

SHA1 (ncurses-5.9.tar.gz) = 3e042e5f2c7223bffdaac9646a533b8c758b65b5
RMD160 (ncurses-5.9.tar.gz) = dd7dffe38fcc908230ce3e036b71ced2d270ac9e
Size (ncurses-5.9.tar.gz) = 2826473 bytes
SHA1 (patch-aa) = ff83d492f6016af789ce8397c4bf87969095e4c4
SHA1 (patch-ab) = 6bbc87f2189d184a120c77df68ac75a0b97e8e7a
SHA1 (patch-ac) = 15c690a340ce349fd4b76b9a6e792288f2ebbc7d
SHA1 (patch-ac) = 412f2b7aaba6aeeef99dff2b51eb9bda390f04c0
SHA1 (patch-ad) = 82e81dec3798f81efefd1cbbaee95ae39b46350c
SHA1 (patch-cxx_cursesf.h) = 98ea07e87f00ba2c67a8c3f8e6d54693c8869f9b
SHA1 (patch-cxx_cursesm.h) = 24194189201782b457bd3e2c953dcaa34dde99ea
4 changes: 2 additions & 2 deletions devel/ncurses/patches/patch-ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: patch-ac,v 1.18 2011/11/01 14:47:46 hans Exp $
$NetBSD: patch-ac,v 1.19 2013/07/08 05:54:24 richard Exp $

--- configure.orig 2011-02-21 01:40:36.000000000 +0000
+++ configure
Expand All @@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.18 2011/11/01 14:47:46 hans Exp $
;;
solaris2.1[0-9]) #(vi
+ case "$GCC_VERSION" in
+ 4.[67].*)
+ 4.[678].*)
+ cf_XOPEN_SOURCE=600
+ cf_add_cflags=-std=c99
+ CPPFLAGS="$CPPFLAGS -std=c99"
Expand Down

0 comments on commit 97655a7

Please sign in to comment.