Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2006 09:22:51 GMT
From:      Moose <moose@opera.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97953: [PATCH] libexif pkg-config file wrong
Message-ID:  <200605260922.k4Q9MpRX042131@www.freebsd.org>
Resent-Message-ID: <200605260930.k4Q9UGUC032989@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97953
>Category:       ports
>Synopsis:       [PATCH] libexif pkg-config file wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 26 09:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Moose
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Opera Software
>Environment:
FreeBSD damer.oslo.opera.com 6.1-STABLE FreeBSD 6.1-STABLE #2: Tue May 23 10:31:45 CEST 2006     moose@damer.oslo.opera.com:/usr/obj/usr/src/sys/MICHELLE  i386
>Description:
Due to the incorrect path in libexif pkg-config file, ports dependent on libexif do not compile.
For example, Gwenview does not compile because of an incorrect path to header files.
This patch corrects the path. The patch is to be placed in graphics/libexif/files/.

>How-To-Repeat:
On a system with no libexif and gwenview, try to compile gwenview.

>Fix:
--- libexif/libexif.pc.in       Thu Mar 17 16:58:18 2005
+++ libexif/libexif.pc.in.moose Fri May 12 22:55:49 2006
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/libexif

 Name: libexif
 Description: Library for easy access to EXIF data


Archived at: 
http://lofotenmoose.info/bsd/src/patch-libexif-libexif.pc.in
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605260922.k4Q9MpRX042131>