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@
13 lines
630 B
Plaintext
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'
|