forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-gfx/wings: Fix include_lib (wx) (bug #585654).
Package-Manager: portage-2.3.0_rc1
- Loading branch information
Jeroen Roovers
committed
Jun 12, 2016
1 parent
f5a5468
commit ea8a91a
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- a/plugins_src/primitives/wpc_tt.erl | ||
+++ b/plugins_src/primitives/wpc_tt.erl | ||
@@ -21,6 +21,7 @@ | ||
|
||
-include_lib("wings/src/wings.hrl"). | ||
-include_lib("wings/e3d/e3d.hrl"). | ||
+-include_lib("wx/include/wx.hrl"). | ||
|
||
-record(ttfont, | ||
{nglyph, % number of glyphs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters