Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.3 2009/06/11 17:27:02 joerg Exp $
$NetBSD: distinfo,v 1.4 2013/09/10 14:25:24 joerg Exp $
SHA1 (dirac-1.0.2.tar.gz) = 895aaad832a54b754e58f77c87d38c0c37752b0b
RMD160 (dirac-1.0.2.tar.gz) = 0af65c4216230b5418667081cecb7bdcdc853d2e
Size (dirac-1.0.2.tar.gz) = 918366 bytes
SHA1 (patch-configure) = 62966412a9809f30269a1da8e540ab9a64a59f9d
SHA1 (patch-configure.ac) = a216c8cfda7b8bd743005481fd6d6816c17ea6bd

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-configure,v 1.1 2013/09/10 14:25:24 joerg Exp $
--- configure.orig 2013-09-10 09:38:09.000000000 +0000
+++ configure
@@ -15904,6 +15904,8 @@ use_msvc=no
case "$CXX" in
+ clang*|CLANG*)
+ ;;
cl*|CL*)
CXXFLAGS="-nologo -W1 -EHsc -DWIN32"
if test x"$enable_shared" = "xyes"; then

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-configure.ac,v 1.1 2013/09/10 14:25:24 joerg Exp $
--- configure.ac.orig 2013-09-10 09:37:50.000000000 +0000
+++ configure.ac
@@ -68,6 +68,8 @@ use_msvc=no
AC_SUBST([LIBFLAGS],[])
AC_SUBST([LIBEXT],[])
case "$CXX" in
+ clang*|CLANG*)
+ ;;
cl*|CL*)
CXXFLAGS="-nologo -W1 -EHsc -DWIN32"
if test x"$enable_shared" = "xyes"; then