robert cf266799b2 Import of p5-Image-EXIF-0.98.6; from Dan Weeks <dan@danimal.org>
The Image::Exif Perl extension allows the user to use the
libexif library to extract EXIF information from JPEG
files created by digital cameras.

ok naddy@
2004-05-17 05:09:52 +00:00

13 lines
630 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/05/17 05:09:53 robert Exp $
--- Makefile.PL.orig Sun May 16 01:33:52 2004
+++ Makefile.PL Sun May 16 01:32:35 2004
@@ -8,7 +8,7 @@
($] >= 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'