openbsd-ports/math/p5-AI-FANN/patches/patch-Makefile_PL

13 lines
605 B
Plaintext
Raw Normal View History

2009-03-23 03:22:24 -04:00
$OpenBSD: patch-Makefile_PL,v 1.2 2009/03/23 07:22:24 jasper Exp $
--- Makefile.PL.orig Mon Mar 23 00:25:55 2009
+++ Makefile.PL Mon Mar 23 00:26:02 2009
@@ -33,7 +33,7 @@ WriteMakefile( NAME => 'AI::FANN',
PREREQ_PM => {},
ABSTRACT_FROM => 'lib/AI/FANN.pm',
AUTHOR => 'Salvador Fandi<64>o <sfandino@yahoo.com>',
- LIBS => ["${fann_lib}-ldoublefann"],
+ LIBS => ["${fann_lib} -ldoublefann"],
DEFINE => '',
INC => "${fann_inc}-I.",
OBJECT => '$(BASEEXT)$(OBJ_EXT) morefann$(OBJ_EXT)',