mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
- 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)
13 lines
413 B
Text
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 \
|