Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.2 2005/02/23 18:49:18 agc Exp $
$NetBSD: distinfo,v 1.3 2013/10/28 23:45:28 joerg Exp $
SHA1 (gnuboy-1.0.3.tar.gz) = 4c371445b6599c6636d08ba9c5de7bb9fbf78437
RMD160 (gnuboy-1.0.3.tar.gz) = dfaf927fe2d4e03f39d83079b7dd3aa02c8983b9
Size (gnuboy-1.0.3.tar.gz) = 187627 bytes
SHA1 (patch-aa) = 266f39882e2aa3cc3350a6080ecc6e8738c92160
SHA1 (patch-configure) = 63b9ee2fe6e13f06354a3ef95bb3dedc41221990
@@ -0,0 +1,22 @@
$NetBSD: patch-configure,v 1.1 2013/10/28 23:45:28 joerg Exp $
--- configure.orig 2013-10-17 17:46:02.000000000 +0000
+++ configure
@@ -3227,17 +3227,6 @@ case `uname -m` in
i?86) CFLAGS="$CFLAGS -DALLOW_UNALIGNED_IO" ;;
esac
-#case `$CC --version` in
-#2.9*|3.*)
-CFLAGS="$CFLAGS -fstrength-reduce -fthread-jumps \
- -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop \
- -fexpensive-optimizations -fforce-mem -fforce-addr"
-#;;
-#*)
-#AC_MSG_WARN(your compiler is too old for fancy optimizations)
-#;;
-#esac
-
if test "$enable_debug" != yes -a "$enable_profile" != yes ; then
CFLAGS="$CFLAGS -fomit-frame-pointer"
LDFLAGS="$LDFLAGS -s"