From e815dc59915a198cba67072a955723b385dcf173 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 29 Jun 2012 11:45:31 +0200 Subject: [PATCH] diskdev_cmds: remove unneeded patch Signed-off-by: Stephan Raue --- .../patches.bk/diskdev_cmds-332.14-respect-cflags.patch | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 packages/sysutils/diskdev_cmds/patches.bk/diskdev_cmds-332.14-respect-cflags.patch diff --git a/packages/sysutils/diskdev_cmds/patches.bk/diskdev_cmds-332.14-respect-cflags.patch b/packages/sysutils/diskdev_cmds/patches.bk/diskdev_cmds-332.14-respect-cflags.patch deleted file mode 100644 index 181f10c76b..0000000000 --- a/packages/sysutils/diskdev_cmds/patches.bk/diskdev_cmds-332.14-respect-cflags.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- diskdev_cmds-332.14/Makefile.lnx.bak 2009-07-22 11:58:10.000000000 -0400 -+++ diskdev_cmds-332.14/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: