Files
gentoo/sys-fs/diskdev_cmds/files/diskdev_cmds-respect-cflags.patch
Sergei Trofimovich 64f7994bfc sys-fs/diskdev_cmds: bump up to EAPI=7
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-09-28 13:37:26 +01:00

10 lines
388 B
Diff

--- a/Makefile.lnx.bak 2009-07-22 11:58:10.000000000 -0400
+++ b/Makefile.lnx 2009-07-22 11:57:37.000000000 -0400
@@ -1,5 +1,5 @@
CC := gcc
-CFLAGS := -g3 -Wall -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1
+CFLAGS += -Wall -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1
SUBDIRS := newfs_hfs.tproj fsck_hfs.tproj
all clean: