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

12 lines
338 B

--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -4,7 +4,7 @@
'CC' => 'c++',
'LD' => 'c++',
'INC' => '',
- 'LIBS' => '-lzinnia',
+ 'LIBS' => '-L../.libs -lzinnia',
# 'VERSION' => '0.1',
'OBJECT' => 'zinnia_wrap.o'
);