]> git.pld-linux.org Git - packages/SDL.git/blob - SDL-acfix.patch
- removed BuildRequires: gcc >= 5:4.0 (build on 3.3.6)
[packages/SDL.git] / SDL-acfix.patch
1 --- SDL-1.2.10/configure.in.orig        2006-05-17 05:16:07.000000000 +0200
2 +++ SDL-1.2.10/configure.in     2006-05-19 19:47:50.209990750 +0200
3 @@ -40,7 +40,7 @@
4  AC_SUBST(LT_AGE)
5  
6  dnl Detect the canonical build and host environments
7 -AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
8 +AC_CONFIG_AUX_DIR([build-scripts])
9  AC_CANONICAL_HOST
10  AC_C_BIGENDIAN
11  if test x$ac_cv_c_bigendian = xyes; then
This page took 0.057909 seconds and 3 git commands to generate.