From 56e87becaeda4a3f5337c981dd2005d39e8b0664 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 8 Dec 2012 10:38:13 +0100 Subject: [PATCH] Revert "syslinux: remove outdated patch." This reverts commit 9636c4dc02f00186ad64bc155284afb2c8998d06. --- .../syslinux-dont-build-dos-windows-targets.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/syslinux/patches/syslinux-dont-build-dos-windows-targets.patch diff --git a/srcpkgs/syslinux/patches/syslinux-dont-build-dos-windows-targets.patch b/srcpkgs/syslinux/patches/syslinux-dont-build-dos-windows-targets.patch new file mode 100644 index 00000000000..77467a6d542 --- /dev/null +++ b/srcpkgs/syslinux/patches/syslinux-dont-build-dos-windows-targets.patch @@ -0,0 +1,12 @@ +diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile +--- Makefile 2010-07-21 21:33:13.000000000 +0200 ++++ 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 \ +- diag libinstaller dos win32 win64 dosutil ++ libinstaller + ITARGET = + IOBJECTS = $(ITARGET) \ + utils/gethostip utils/isohybrid utils/mkdiskimage \