You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/zinnia/files/zinnia-0.06-perl.patch

14 lines
482 B

Index: zinnia-0.06/perl/Makefile.PL
===================================================================
--- zinnia-0.06.orig/perl/Makefile.PL
+++ zinnia-0.06/perl/Makefile.PL
@@ -4,7 +4,7 @@ WriteMakefile(
'CC' => 'c++',
'LD' => 'c++',
'INC' => '',
- 'LIBS' => '-lzinnia',
+ 'LIBS' => '-L../.libs -lzinnia',
# 'VERSION' => '0.1',
'OBJECT' => 'zinnia_wrap.o'
);