⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sdl-1.2.9-xynth.diff

📁 CS架构的多平台的GUI系统
💻 DIFF
📖 第 1 页 / 共 5 页
字号:
diff -U 3 -H -d -r -N SDL-1.2.9/Makefile.in SDL-1.2.9-xynth/Makefile.in--- SDL-1.2.9/Makefile.in	2005-08-28 09:32:09.000000000 +0300+++ SDL-1.2.9-xynth/Makefile.in	2005-12-02 14:14:03.000000000 +0200@@ -351,43 +351,7 @@ .SUFFIXES: am--refresh: 	@:-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)-	@for dep in $?; do \-	  case '$(am__configure_deps)' in \-	    *$$dep*) \-	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \-	      cd $(srcdir) && $(AUTOMAKE) --foreign  \-		&& exit 0; \-	      exit 1;; \-	  esac; \-	done; \-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \-	cd $(top_srcdir) && \-	  $(AUTOMAKE) --foreign  Makefile-.PRECIOUS: Makefile-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status-	@case '$?' in \-	  *config.status*) \-	    echo ' $(SHELL) ./config.status'; \-	    $(SHELL) ./config.status;; \-	  *) \-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \-	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \-	esac; -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)-	$(SHELL) ./config.status --recheck--$(top_srcdir)/configure:  $(am__configure_deps)-	cd $(srcdir) && $(AUTOCONF)-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)-	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)-sdl-config: $(top_builddir)/config.status $(srcdir)/sdl-config.in-	cd $(top_builddir) && $(SHELL) ./config.status $@-SDL.spec: $(top_builddir)/config.status $(srcdir)/SDL.spec.in-	cd $(top_builddir) && $(SHELL) ./config.status $@-SDL.qpg: $(top_builddir)/config.status $(srcdir)/SDL.qpg.in-	cd $(top_builddir) && $(SHELL) ./config.status $@ install-binSCRIPTS: $(bin_SCRIPTS) 	@$(NORMAL_INSTALL) 	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"diff -U 3 -H -d -r -N SDL-1.2.9/README.Xynth SDL-1.2.9-xynth/README.Xynth--- SDL-1.2.9/README.Xynth	1970-01-01 02:00:00.000000000 +0200+++ SDL-1.2.9-xynth/README.Xynth	2005-12-02 14:14:03.000000000 +0200@@ -0,0 +1,8 @@+www.xynth.org++Alper Akcan <distchx@yahoo.com>++./configure+make+make install+export SDL_VIDEODRIVER=xynthdiff -U 3 -H -d -r -N SDL-1.2.9/configure SDL-1.2.9-xynth/configure--- SDL-1.2.9/configure	2005-08-28 09:32:11.000000000 +0300+++ SDL-1.2.9-xynth/configure	2005-12-02 14:12:47.000000000 +0200@@ -1080,6 +1080,7 @@   --enable-video-ps2gs    use PlayStation 2 GS video driver default=yes   --enable-video-ggi      use GGI video driver default=no   --enable-video-svga     use SVGAlib video driver default=no+  --enable-video-xynth    use The Xynth Windowing System default=yes   --enable-video-vgl      use VGL video driver default=no   --enable-video-aalib    use AAlib video driver default=no   --enable-video-xbios    use Atari Xbios video driver default=yes@@ -3793,7 +3794,7 @@   ;; *-*-irix6*)   # Find out which ABI we are using.-  echo '#line 3796 "configure"' > conftest.$ac_ext+  echo '#line 3797 "configure"' > conftest.$ac_ext   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5   (eval $ac_compile) 2>&5   ac_status=$?@@ -5607,7 +5608,7 @@   # Provide some information about the compiler.-echo "$as_me:5610:" \+echo "$as_me:5611:" \      "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5@@ -6661,11 +6662,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:6664: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:6665: $lt_compile\"" >&5)    (eval "$lt_compile" 2>conftest.err)    ac_status=$?    cat conftest.err >&5-   echo "$as_me:6668: \$? = $ac_status" >&5+   echo "$as_me:6669: \$? = $ac_status" >&5    if (exit $ac_status) && test -s "$ac_outfile"; then      # The compiler can only warn and ignore the option if not recognized      # So say no if there are warnings@@ -6904,11 +6905,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:6907: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:6908: $lt_compile\"" >&5)    (eval "$lt_compile" 2>conftest.err)    ac_status=$?    cat conftest.err >&5-   echo "$as_me:6911: \$? = $ac_status" >&5+   echo "$as_me:6912: \$? = $ac_status" >&5    if (exit $ac_status) && test -s "$ac_outfile"; then      # The compiler can only warn and ignore the option if not recognized      # So say no if there are warnings@@ -6964,11 +6965,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:6967: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:6968: $lt_compile\"" >&5)    (eval "$lt_compile" 2>out/conftest.err)    ac_status=$?    cat out/conftest.err >&5-   echo "$as_me:6971: \$? = $ac_status" >&5+   echo "$as_me:6972: \$? = $ac_status" >&5    if (exit $ac_status) && test -s out/conftest2.$ac_objext    then      # The compiler can only warn and ignore the option if not recognized@@ -9159,7 +9160,7 @@   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2   lt_status=$lt_dlunknown   cat > conftest.$ac_ext <<EOF-#line 9162 "configure"+#line 9163 "configure" #include "confdefs.h"  #if HAVE_DLFCN_H@@ -9257,7 +9258,7 @@   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2   lt_status=$lt_dlunknown   cat > conftest.$ac_ext <<EOF-#line 9260 "configure"+#line 9261 "configure" #include "confdefs.h"  #if HAVE_DLFCN_H@@ -11458,11 +11459,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:11461: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:11462: $lt_compile\"" >&5)    (eval "$lt_compile" 2>conftest.err)    ac_status=$?    cat conftest.err >&5-   echo "$as_me:11465: \$? = $ac_status" >&5+   echo "$as_me:11466: \$? = $ac_status" >&5    if (exit $ac_status) && test -s "$ac_outfile"; then      # The compiler can only warn and ignore the option if not recognized      # So say no if there are warnings@@ -11518,11 +11519,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:11521: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:11522: $lt_compile\"" >&5)    (eval "$lt_compile" 2>out/conftest.err)    ac_status=$?    cat out/conftest.err >&5-   echo "$as_me:11525: \$? = $ac_status" >&5+   echo "$as_me:11526: \$? = $ac_status" >&5    if (exit $ac_status) && test -s out/conftest2.$ac_objext    then      # The compiler can only warn and ignore the option if not recognized@@ -12881,7 +12882,7 @@   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2   lt_status=$lt_dlunknown   cat > conftest.$ac_ext <<EOF-#line 12884 "configure"+#line 12885 "configure" #include "confdefs.h"  #if HAVE_DLFCN_H@@ -12979,7 +12980,7 @@   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2   lt_status=$lt_dlunknown   cat > conftest.$ac_ext <<EOF-#line 12982 "configure"+#line 12983 "configure" #include "confdefs.h"  #if HAVE_DLFCN_H@@ -13816,11 +13817,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:13819: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:13820: $lt_compile\"" >&5)    (eval "$lt_compile" 2>conftest.err)    ac_status=$?    cat conftest.err >&5-   echo "$as_me:13823: \$? = $ac_status" >&5+   echo "$as_me:13824: \$? = $ac_status" >&5    if (exit $ac_status) && test -s "$ac_outfile"; then      # The compiler can only warn and ignore the option if not recognized      # So say no if there are warnings@@ -13876,11 +13877,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:13879: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:13880: $lt_compile\"" >&5)    (eval "$lt_compile" 2>out/conftest.err)    ac_status=$?    cat out/conftest.err >&5-   echo "$as_me:13883: \$? = $ac_status" >&5+   echo "$as_me:13884: \$? = $ac_status" >&5    if (exit $ac_status) && test -s out/conftest2.$ac_objext    then      # The compiler can only warn and ignore the option if not recognized@@ -15925,11 +15926,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:15928: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:15929: $lt_compile\"" >&5)    (eval "$lt_compile" 2>conftest.err)    ac_status=$?    cat conftest.err >&5-   echo "$as_me:15932: \$? = $ac_status" >&5+   echo "$as_me:15933: \$? = $ac_status" >&5    if (exit $ac_status) && test -s "$ac_outfile"; then      # The compiler can only warn and ignore the option if not recognized      # So say no if there are warnings@@ -16168,11 +16169,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:16171: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:16172: $lt_compile\"" >&5)    (eval "$lt_compile" 2>conftest.err)    ac_status=$?    cat conftest.err >&5-   echo "$as_me:16175: \$? = $ac_status" >&5+   echo "$as_me:16176: \$? = $ac_status" >&5    if (exit $ac_status) && test -s "$ac_outfile"; then      # The compiler can only warn and ignore the option if not recognized      # So say no if there are warnings@@ -16228,11 +16229,11 @@    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \    -e 's:$: $lt_compiler_flag:'`-   (eval echo "\"\$as_me:16231: $lt_compile\"" >&5)+   (eval echo "\"\$as_me:16232: $lt_compile\"" >&5)    (eval "$lt_compile" 2>out/conftest.err)    ac_status=$?    cat out/conftest.err >&5-   echo "$as_me:16235: \$? = $ac_status" >&5+   echo "$as_me:16236: \$? = $ac_status" >&5    if (exit $ac_status) && test -s out/conftest2.$ac_objext    then      # The compiler can only warn and ignore the option if not recognized@@ -18423,7 +18424,7 @@   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2   lt_status=$lt_dlunknown   cat > conftest.$ac_ext <<EOF-#line 18426 "configure"+#line 18427 "configure" #include "confdefs.h"  #if HAVE_DLFCN_H@@ -18521,7 +18522,7 @@   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2   lt_status=$lt_dlunknown   cat > conftest.$ac_ext <<EOF-#line 18524 "configure"+#line 18525 "configure" #include "confdefs.h"  #if HAVE_DLFCN_H@@ -25595,6 +25596,80 @@     fi } +CheckXynth()+{+    # Check whether --enable-video-xynth or --disable-video-xynth was given.+if test "${enable_video_xynth+set}" = set; then+  enableval="$enable_video_xynth"++else+  enable_video_xynth=yes+fi;+    if test x$enable_video = xyes -a x$enable_video_xynth = xyes; then+        echo "$as_me:$LINENO: checking for Xynth support" >&5+echo $ECHO_N "checking for Xynth support... $ECHO_C" >&6+        video_xynth=yes+        cat >conftest.$ac_ext <<_ACEOF+/* confdefs.h.  */+_ACEOF+cat confdefs.h >>conftest.$ac_ext+cat >>conftest.$ac_ext <<_ACEOF+/* end confdefs.h.  */++         #include <xynth.h>++int+main ()+{+++  ;+  return 0;+}+_ACEOF+rm -f conftest.$ac_objext+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5+  (eval $ac_compile) 2>conftest.er1+  ac_status=$?+  grep -v '^ *+' conftest.er1 >conftest.err+  rm -f conftest.er1+  cat conftest.err >&5+  echo "$as_me:$LINENO: \$? = $ac_status" >&5+  (exit $ac_status); } &&+	 { ac_try='test -z "$ac_c_werror_flag"+			 || test ! -s conftest.err'+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5+  (eval $ac_try) 2>&5+  ac_status=$?+  echo "$as_me:$LINENO: \$? = $ac_status" >&5+  (exit $ac_status); }; } &&+	 { ac_try='test -s conftest.$ac_objext'+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5+  (eval $ac_try) 2>&5+  ac_status=$?+  echo "$as_me:$LINENO: \$? = $ac_status" >&5+  (exit $ac_status); }; }; then++        video_xynth=yes++else

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -