From c5912aade0fa8db9f4220f524f3277b947517d4c Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Thu, 18 Nov 2010 17:42:52 +0000 Subject: - Unbreak and update to 4.03 - Fix and rename patches to match file names - Depend on perl5 only during build - Make portlint happy - Replace with sed and do it in pre-patch stage - Use DATADIR and MANPREFIX PR: ports/152300 Approved by: luigi (maintainer, private e-mail) --- sysutils/syslinux/files/patch-mtools-Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/syslinux/files/patch-mtools-Makefile (limited to 'sysutils/syslinux/files/patch-mtools-Makefile') diff --git a/sysutils/syslinux/files/patch-mtools-Makefile b/sysutils/syslinux/files/patch-mtools-Makefile new file mode 100644 index 000000000000..add3529b4c18 --- /dev/null +++ b/sysutils/syslinux/files/patch-mtools-Makefile @@ -0,0 +1,13 @@ +--- mtools/Makefile.orig 2010-11-16 15:44:53.882896167 +0100 ++++ mtools/Makefile 2010-11-16 15:45:31.261185647 +0100 +@@ -1,9 +1,8 @@ + topdir = .. + include $(topdir)/MCONFIG + +-OPTFLAGS = -g -Os + INCLUDES = -I. -I.. -I../libfat -I../libinstaller +-CFLAGS = $(GCCWARN) -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(INCLUDES) ++CFLAGS += $(GCCWARN) -D_FILE_OFFSET_BITS=64 $(INCLUDES) + LDFLAGS = -s + + SRCS = syslinux.c \ -- cgit v1.2.3