Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90798 - clanlib-0.7.8-r1: /usr/X11R6->/usr move
Summary: clanlib-0.7.8-r1: /usr/X11R6->/usr move
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 17:18 UTC by TGL
Modified: 2005-04-28 20:18 UTC (History)
0 users

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


Attachments
clanlib-0.7.8-r1--x11_prefix.patch (clanlib-0.7.8-r1--x11_prefix.patch,731 bytes, patch)
2005-04-28 17:19 UTC, TGL
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TGL 2005-04-28 17:18:59 UTC
Here is an ebuild patch which makes clanlib links against /usr/lib instead of /usr/X11R6 on systems that actually have X11 installed in /usr. See bug 90789 for the general explanation.

Reproducible: Always
Steps to Reproduce:
Comment 1 TGL 2005-04-28 17:19:24 UTC
Created attachment 57526 [details, diff]
clanlib-0.7.8-r1--x11_prefix.patch
Comment 2 SpanKY gentoo-dev 2005-04-28 19:09:33 UTC
i dont see the point since clanlib will build just fine even if /usr/X11R6 doesnt exist:

# ls /usr/X11R6
ls: /usr/X11R6: No such file or directory
# emerge '>=clanlib-0.7-8'
...
Checking for clanDisplay stuff
==============================
checking for X... libraries /usr/lib64, headers 
...
checking for IceConnectionNumber in -lICE... yes
...
checking for main in -lXxf86vm... yes
...
etc...
Comment 3 TGL 2005-04-28 20:18:43 UTC
Yes it builds, but eh... what's the point of hardcoding some wrong -Lpath in .la files when it's that trivial to avoid?