diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-07-22 16:04:34 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-07-22 16:04:34 +0000 |
commit | 95635f8b5fc1001af7f69ca0c7e66852b66102d0 (patch) | |
tree | a98d2f42d47d9155488807c9968d96f848efad78 /sys-fs/diskdev_cmds/files | |
parent | Rename USE cdaudio to USE cdda. (diff) | |
download | gentoo-2-95635f8b5fc1001af7f69ca0c7e66852b66102d0.tar.gz gentoo-2-95635f8b5fc1001af7f69ca0c7e66852b66102d0.tar.bz2 gentoo-2-95635f8b5fc1001af7f69ca0c7e66852b66102d0.zip |
Add patch to ensure CFLAGS are respected.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/diskdev_cmds/files')
-rw-r--r-- | sys-fs/diskdev_cmds/files/diskdev_cmds-respect-cflags.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys-fs/diskdev_cmds/files/diskdev_cmds-respect-cflags.patch b/sys-fs/diskdev_cmds/files/diskdev_cmds-respect-cflags.patch new file mode 100644 index 000000000000..3f939f61163a --- /dev/null +++ b/sys-fs/diskdev_cmds/files/diskdev_cmds-respect-cflags.patch @@ -0,0 +1,9 @@ +--- Makefile.lnx.bak 2009-07-22 11:58:10.000000000 -0400 ++++ 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: |