Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103415 - gnome-extra/libgtkhtml: missing mkinstalldirs definition
Summary: gnome-extra/libgtkhtml: missing mkinstalldirs definition
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 103124
  Show dependency tree
 
Reported: 2005-08-23 01:49 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gtkhtml-3.6.2-fbsd.patch (gtkhtml-3.6.2-fbsd.patch,319 bytes, patch)
2005-08-23 01:52 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.