Commit graph

11 commits

Author SHA1 Message Date
grant
ad9e917ad4 g/c FIX_RPATH, it is broken and no longer required for Darwin, which
was the only platform where it was being used.
2003-12-07 22:47:16 +00:00
danw
0cb5c0e13f add LIBXAW to FIX_RPATH 2003-11-11 00:48:44 +00:00
jschauma
7e75c9318a Initiate support for X11 apps under IRIX.
We introduce two new variables: ABI and IMAKEOPTS
ABI determines the correct ABI to use and is set during bootstrapping
from /etc/compiler.defaults.
IMAKEOPTS are the options passed to imake to allow it to set the right
definitions and find the right paths etc.  Use IMAKEOPTS with SunOS, too.

IRIX will always require xpkgwedge, since it's got a bogus X11BASE.

When linking against libXaw, make sure we get the right ABI.
2003-06-12 15:27:08 +00:00
jschauma
5b2a23668d Use the public RPATH_FLAG in favor of the private _OPSYS_RPATH_NAME. 2003-06-08 22:47:28 +00:00
jschauma
d3bbfc3720 Don't test for OPSYS to set rpath et al, but rather use _OPSYS_RPATH_NAME.
Suggested by Stoned Elipot.  Thanks.
2002-12-23 22:50:29 +00:00
jschauma
945bcf8e9d Let's be consistent:
Always check for ${OPSYS} == "IRIX" (and not once for != and once for ==)
Always use "-Wl,-rpath,/path" rather than sometimes "-Wl,-rpath -Wl,/path"
and sometimes "-Wl,-rpath,/path".
2002-12-23 22:33:14 +00:00
jschauma
6695c7df6a Add initial support for IRIX.
Again, anybody's feedback (success or failure) will be appreciated.
2002-12-02 17:07:27 +00:00
jlam
8c44b289f4 Missing a /lib on the end of the library path. 2002-09-23 08:41:00 +00:00
jlam
04cb5535df Add the -Wl,-R flags to find the widget library. The ld wrapper script
understands "-Wl,-R" to be just "-R", so it will work fine.
2002-09-23 08:29:56 +00:00
jlam
85d49fe337 Teach about x11/neXTaw. 2002-08-28 15:20:39 +00:00
jlam
b119dbc8ef Merge pkgsrc/mk from the buildlink2 branch back into the main trunk. 2002-08-22 08:21:26 +00:00