You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.3 KiB
30 lines
1.3 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../libsndfile/autoconf.patch |
|
# Copyright (C) 2009 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
--- ./M4/endian.m4.orig 2009-02-23 20:18:50.000000000 +0200 |
|
+++ ./M4/endian.m4 2009-02-23 20:26:30.000000000 +0200 |
|
@@ -147,11 +147,6 @@ |
|
ac_cv_c_big_endian=0 |
|
ac_cv_c_little_endian=0 |
|
|
|
- AC_MSG_WARN([[*****************************************************************]]) |
|
- AC_MSG_WARN([[*** Not able to determine endian-ness of target processor. ]]) |
|
- AC_MSG_WARN([[*** The constants CPU_IS_BIG_ENDIAN and CPU_IS_LITTLE_ENDIAN in ]]) |
|
- AC_MSG_WARN([[*** src/config.h may need to be hand editied. ]]) |
|
- AC_MSG_WARN([[*****************************************************************]]) |
|
fi |
|
|
|
)# AC_C_FIND_ENDIAN
|
|
|