On 06/08/2013 10:15 AM, O. Hartmann wrote: > Would appreciate to have this fixed. It is more cosmetics and may be > fixed in the FreeBSD ports system as a patch, but it would be nice to > have this distinguished upstream;-)
It's the location of the kernel library and the type definition includes for x86_64 target. FreeBSD calls the architecture AMD64 but it should have no practical relevance here. It's just a directory name. If that bothers you, you'd need to modify the Makefile.am of lib/kernel/x86_64 (I guess you could try to change the targetpkglibdir) and rename the x86_64 directory in include/. Then you need to change the scripts that find the kernel libs when building the kernel (under scripts). And you'd need to do this conditionally in case compiling on a FreeBSD system as some Linux distros call it x86_64. So, as this is a purely cosmetic issue (I do not believe operating systems usually dictate the directory names packages can create), I would not bother with it. -- --Pekka ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
