ports/171877: [patch] graphics/popper: unify poppler-config.h includes in core "installed" headers (bug 52193)

Boris Samorodov bsam at passap.ru
Sun Sep 23 08:00:26 UTC 2012


The following reply was made to PR ports/171877; it has been noted by GNATS.

From: Boris Samorodov <bsam at passap.ru>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/171877: [patch] graphics/popper: unify poppler-config.h
 includes in core &quot;installed&quot; headers (bug 52193)
Date: Sun, 23 Sep 2012 11:53:00 +0400

 I've get in touch with this bug while testing PR/171571. The errror
 message is:
 -----
 /usr/local/include/poppler/goo/gmem.h:29:36: error:
 poppler/poppler-config.h: No such file or directory
 -----
 
 The code of gmem.h:29:
 -----
 #include "poppler/poppler-config.h"
 -----
 
 And poppler.pc has this line:
 -----
 % tail -1 /usr/local/libdata/pkgconfig/poppler.pc
 
 
 Cflags: -I${includedir}/poppler
 -----
 
 From poppler.pc it is clear that includedir already contains subdir
 "poppler" and it should not be used at gmem.h header. Clearly it's
 a bug and it was fixed at poppler-0.20.


More information about the freebsd-gnome mailing list