diff options
author | Martin Matuska <mm@FreeBSD.org> | 2010-11-18 17:42:52 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2010-11-18 17:42:52 +0000 |
commit | c5912aade0fa8db9f4220f524f3277b947517d4c (patch) | |
tree | 2eac0a46120f84eee02514da1b0a4067cff2d46a /sysutils/syslinux/files/patch-mtools-Makefile | |
parent | X-tile is a gnome applet for your panel (or optionally a standalone (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=264784
Diffstat (limited to 'sysutils/syslinux/files/patch-mtools-Makefile')
-rw-r--r-- | sysutils/syslinux/files/patch-mtools-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
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 \ |