diff options
author | 2010-09-16 17:03:57 +0000 | |
---|---|---|
committer | 2010-09-16 17:03:57 +0000 | |
commit | a36269968f6202510ec5eeae20256fd0fff2709c (patch) | |
tree | 7a9ac4a9c19053925ca7115721008fbb33e6fdfd /app-misc/cw/files | |
parent | virtual/glut -> media-libs/glut (diff) | |
download | gentoo-2-a36269968f6202510ec5eeae20256fd0fff2709c.tar.gz gentoo-2-a36269968f6202510ec5eeae20256fd0fff2709c.tar.bz2 gentoo-2-a36269968f6202510ec5eeae20256fd0fff2709c.zip |
Fix patch to really respect LDFLAGS and to compile something useful, by Czeryna Karol (bug #337509).
(Portage version: 2.2_rc82/cvs/Linux i686)
Diffstat (limited to 'app-misc/cw/files')
-rw-r--r-- | app-misc/cw/files/1.0.16-ldflags.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/cw/files/1.0.16-ldflags.patch b/app-misc/cw/files/1.0.16-ldflags.patch index f2186a87b17f..46037312c6c3 100644 --- a/app-misc/cw/files/1.0.16-ldflags.patch +++ b/app-misc/cw/files/1.0.16-ldflags.patch @@ -7,7 +7,7 @@ index 9a6e4ec..e510493 100644 cw: @$(ECHO) "* Compiling cw(color wrapper)..." - @$(CC) src/cw.c -o bin/cw @CFLAGS@ @LIBS@ @DEFS@ -+ $(CC) $(CFLAGS) -c src/cw.c -o bin/cw @CFLAGS@ @LIBS@ @DEFS@ ++ $(CC) $(CFLAGS) $(LDFLAGS) src/cw.c -o bin/cw @CFLAGS@ @LIBS@ @DEFS@ cwu: @$(ECHO) "* Compiling cwu(color wrapper directive updater)..." |