openbsd-ports/graphics/p5-Image-EXIF/patches/patch-Makefile_PL
2005-11-14 17:32:12 +00:00

13 lines
643 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.2 2005/11/14 17:32:12 pvalchev Exp $
--- Makefile.PL.orig Wed Jan 14 15:12:54 2004
+++ Makefile.PL Mon Nov 14 10:09:54 2005
@@ -8,7 +8,7 @@ WriteMakefile(
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'EXIF.pm', # retrieve abstract from module
AUTHOR => 'sergey s prozhogin <ccpro@rrelaxo.org.ru>') : ()),
- 'LIBS' => ['-lexif'], # e.g., '-lm'
+ 'LIBS' => ['-L/usr/local/lib -lexif'], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
# Insert -I. if you add *.h files later:
'INC' => '', # e.g., '-I/usr/include/other'