Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
$NetBSD: patch-aa,v 1.1.1.1 2005/10/21 17:17:08 drochner Exp $
*** makebyteorder.sh.orig Wed Jul 27 12:31:35 2005
--- makebyteorder.sh Wed Jul 27 12:33:58 2005
***************
*** 3,5 ****
! if test -f /usr/include/machine/endian.h
then
--- 3,8 ----
! if test -f /usr/include/machine/endian_machdep.h
! then
! byteorder=`grep BYTE_ /usr/include/machine/endian_machdep.h`
! elif test -f /usr/include/machine/endian.h
then