]> git.pld-linux.org Git - packages/e-uae.git/blob - e-uae-system-libscg.patch
- updated to 0.8.29-WIP4
[packages/e-uae.git] / e-uae-system-libscg.patch
1 --- e-uae-0.8.29-WIP4/configure.in.orig 2007-03-28 03:41:28.000000000 +0200
2 +++ e-uae-0.8.29-WIP4/configure.in      2021-01-06 19:14:51.132202015 +0100
3 @@ -1163,8 +1163,6 @@
4          UAE_DEFINES="$UAE_DEFINES -DSCSIEMU"
5          NEED_THREAD_SUPPORT=yes
6          if [[ "$srcdir" != "." ]]; then
7 -          AC_CONFIG_LINKS(src/libscg.a:src/libscg.a)
8 -          AC_CONFIG_LINKS(src/libschily.a:src/libschily.a)
9           UAE_LIBS="$UAE_LIBS $LIBSCG_LIBS"
10          else
11            UAE_LIBS="$UAE_LIBS -L. $SCGLIBS"
12 --- e-uae-0.8.29-WIP4/src/blkdev-libscg.c.orig  2005-09-12 06:09:48.000000000 +0200
13 +++ e-uae-0.8.29-WIP4/src/blkdev-libscg.c       2021-01-06 21:18:59.528517256 +0100
14 @@ -178,9 +178,9 @@
15  
16  static void print_product (const struct scsi_inquiry *ip)
17  {
18 -    write_log ("'%.8s' ",  ip->vendor_info);
19 -    write_log ("'%.16s' ", ip->prod_ident);
20 -    write_log ("'%.4s' ",  ip->prod_revision);
21 +    write_log ("'%.8s' ",  ip->inq_vendor_info);
22 +    write_log ("'%.16s' ", ip->inq_prod_ident);
23 +    write_log ("'%.4s' ",  ip->inq_prod_revision);
24  
25      if (ip->type == INQ_ROMD)
26         write_log ("CD-ROM");
This page took 0.058821 seconds and 3 git commands to generate.