# HG changeset patch # User Pascal Bellard # Date 1326544087 -3600 # Node ID 92066fec6a95cd848765ae7dcd268eafd50c42d1 # Parent bdff68e2cdc7bde5bc538a0d6d32c40c8c1112a3 syslinux: remove 4.04 patch diff -r bdff68e2cdc7 -r 92066fec6a95 syslinux/receipt --- a/syslinux/receipt Sat Jan 14 11:56:41 2012 +0100 +++ b/syslinux/receipt Sat Jan 14 13:28:07 2012 +0100 @@ -16,8 +16,6 @@ compile_rules() { cd $src - # Do not try to build the Windows or DOS installers - patch -p1 -i $stuff/syslinux-dont-build-dos-windows-targets.patch cp $stuff/tools/isohybrid.sh . cp $stuff/tools/keytab-lilo.pl . cp $stuff/extra/ifmem.c com32/modules diff -r bdff68e2cdc7 -r 92066fec6a95 syslinux/stuff/syslinux-dont-build-dos-windows-targets.patch --- a/syslinux/stuff/syslinux-dont-build-dos-windows-targets.patch Sat Jan 14 11:56:41 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile ---- syslinux-4.02.orig//Makefile 2010-07-21 21:33:13.000000000 +0200 -+++ syslinux-4.02//Makefile 2010-07-22 11:14:03.325522937 +0200 -@@ -55,7 +55,7 @@ - # files that depend only on the B phase, but may have to be regenerated - # for "make installer". - BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \ -- libinstaller dos win32 win64 dosutil -+ libinstaller - ITARGET = - IOBJECTS = $(ITARGET) \ - utils/gethostip utils/isohybrid utils/mkdiskimage \