pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49925: wm/openbox/buildlink3.mk must pull-in pango



>Number:         49925
>Category:       pkg
>Synopsis:       wm/openbox/buildlink3.mk must pull-in pango
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 23 22:10:00 +0000 2015
>Originator:     Kamil Rytarowski
>Release:        pkgsrc-current, pkgsrc-wip
>Organization:
>Environment:
N/A
>Description:
I cannot use obrender-3.5.pc shipped with openbox and available through wm/openbox/buildlink3.mk 

It breaks my build of obconf-qt

#  /tmp/pkgsrc-tmp/wip/obconf-qt/work/.tools/bin/pkg-config --libs obrender-3.5                      
Package pangoxft was not found in the pkg-config search path.
Perhaps you should add the directory containing `pangoxft.pc'
to the PKG_CONFIG_PATH environment variable
Package 'pangoxft', required by 'obrender-3.5', not found

>How-To-Repeat:
1. take pkgsrc-current and pkgsrc-wip
2. try to build wip/obconf-qt
>Fix:
Index: buildlink3.mk
===================================================================
RCS file: /public/netbsd-rsync/pkgsrc/wm/openbox/buildlink3.mk,v
retrieving revision 1.24
diff -u -r1.24 buildlink3.mk
--- buildlink3.mk	25 Apr 2015 14:24:59 -0000	1.24
+++ buildlink3.mk	23 May 2015 21:44:38 -0000
@@ -19,6 +19,7 @@
 .include "../../graphics/librsvg/buildlink3.mk"
 .endif
 
+.include "../../devel/pango/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"



Home | Main Index | Thread Index | Old Index