Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 103415

Summary: gnome-extra/libgtkhtml: missing mkinstalldirs definition
Product: Gentoo/Alt Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: OtherAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: bsd+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 103124    
Attachments: gtkhtml-3.6.2-fbsd.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-23 01:49:33 UTC
This is a patch taken from ports that fixes a problem with libgtkhtml under 
non-gnu userland: mkdir -p is seen as a call to mkinstalldirs, but its 
definition in po/Makefile.in.in is missing, thus breaking make install on 
G/FBSD. 
 
Thanks, 
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-23 01:52:37 UTC
Created attachment 66626 [details, diff]
gtkhtml-3.6.2-fbsd.patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-10 04:40:50 UTC
Committed.