ports/sysutils/syslinux/files/patch-mtools-Makefile
Martin Matuska c5912aade0 - 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)
2010-11-18 17:42:52 +00:00

13 lines
413 B
Text

--- 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 \