Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: app-i18n/zinnia/files/zinnia-0.06-perl.patch

Issue 6814030: app-i18n/zinnia: import 0.06-r1 from main Gentoo tree. (Closed) Base URL: http://git.chromium.org/git/portage-stable.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | app-i18n/zinnia/files/zinnia-0.06-ricedown.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Index: zinnia-0.06/perl/Makefile.PL
2 ===================================================================
3 --- zinnia-0.06.orig/perl/Makefile.PL
4 +++ zinnia-0.06/perl/Makefile.PL
5 @@ -4,7 +4,7 @@ WriteMakefile(
6 'CC' => 'c++',
7 'LD' => 'c++',
8 'INC' => '',
9 - 'LIBS' => '-lzinnia',
10 + 'LIBS' => '-L../.libs -lzinnia',
11 # 'VERSION' => '0.1',
12 'OBJECT' => 'zinnia_wrap.o'
13 );
OLDNEW
« no previous file with comments | « no previous file | app-i18n/zinnia/files/zinnia-0.06-ricedown.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698