]> git.pld-linux.org Git - packages/dosemu.git/blob - dosemu-make-new.patch
4a84c4579262d7d5212701d51fa9640a9b59ebf5
[packages/dosemu.git] / dosemu-make-new.patch
1 diff -ur dosemu-1.0.1.orig/base-configure dosemu-1.0.1/base-configure
2 --- dosemu-1.0.1.orig/base-configure    Sun Jun 18 16:34:26 2000
3 +++ dosemu-1.0.1/base-configure Thu Aug 17 09:56:30 2000
4 @@ -72,7 +72,7 @@
5  includedir='${prefix}/include'
6  oldincludedir='/usr/include'
7  infodir='${prefix}/info'
8 -mandir='${prefix}/man'
9 +mandir='${prefix}/share/man'
10  
11  # Initialize some other variables.
12  subdirs=
13 @@ -3855,19 +3855,8 @@
14    OPT="$OPT -fomit-frame-pointer"  # never omit the frame pointer when debugging!
15  fi
16  
17 -# -m486 is usually in the specs for the compiler
18 -case "$host_cpu" in
19 -  i[456]86)
20 -    OPT="$OPT -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2"
21 -    ;;
22 -  i386)
23 -    OPT="$OPT -m386"
24 -    ;;
25 -  *)
26 -    ;;
27 -esac
28  
29 -OPT="$OPT -MD" # this should give painless dependencies
30 +OPT="$RPM_OPT_FLAGS -MD" # this should give painless dependencies
31  
32  # OPT=-fno-inline
33  if test "$CONFIG_HOST" = "linux"; then
34 Only in dosemu-1.0.1: base-configure~
35 diff -ur dosemu-1.0.1.orig/man/Makefile dosemu-1.0.1/man/Makefile
36 --- dosemu-1.0.1.orig/man/Makefile      Sun Mar  5 13:57:36 2000
37 +++ dosemu-1.0.1/man/Makefile   Thu Aug 17 09:57:21 2000
38 @@ -7,6 +7,6 @@
39  
40  install:
41         @install -d $(INSTROOT)/usr/man/man1; \
42 -       install *dos*.1 mkfatimage*.1 $(INSTROOT)/usr/man/man1
43 +       install *dos*.1 mkfatimage*.1 $(INSTROOT)/usr/share/man/man1
44  
45  clean realclean:
46 Only in dosemu-1.0.1/man: Makefile~
47 diff -ur dosemu-1.0.1.orig/src/arch/linux/Makefile.main dosemu-1.0.1/src/arch/linux/Makefile.main
48 --- dosemu-1.0.1.orig/src/arch/linux/Makefile.main      Tue Mar 28 01:22:01 2000
49 +++ dosemu-1.0.1/src/arch/linux/Makefile.main   Thu Aug 17 10:02:53 2000
50 @@ -324,9 +324,9 @@
51           install -m 0744 ../etc/keymap/* $(INSTROOT)/var/lib/dosemu/keymap; \
52         fi
53         @if [ -f $(INSTROOT)/lib/libemu ]; then rm -f $(INSTROOT)/lib/libemu ; fi
54 -       @install -c -o root -m 04755 $(BINPATH)/bin/dos $(INSTROOT)/usr/bin
55 +       @install -c $(BINPATH)/bin/dos $(INSTROOT)/usr/bin
56  ifdef  USE_MHPDBG
57 -       @install -c -o root -m 0755 $(BINPATH)/bin/dosdebug $(INSTROOT)/usr/bin
58 +       @install -c $(BINPATH)/bin/dosdebug $(INSTROOT)/usr/bin
59  endif
60  ifndef ELF
61         @install -m 0644 $(LIBDOSEMU) $(INSTROOT)/usr/lib/libdosemu-$(THISVERSION)
62 Only in dosemu-1.0.1/src/arch/linux: Makefile.main~
This page took 0.105355 seconds and 2 git commands to generate.