summaryrefslogtreecommitdiff
path: root/mk/xaw.buildlink2.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-05-03Unused.wiz1-27/+0
2003-12-07g/c FIX_RPATH, it is broken and no longer required for Darwin, whichgrant1-2/+1
was the only platform where it was being used.
2003-11-11add LIBXAW to FIX_RPATHdanw1-1/+2
2003-06-12Initiate support for X11 apps under IRIX.jschauma1-2/+2
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-08Use the public RPATH_FLAG in favor of the private _OPSYS_RPATH_NAME.jschauma1-2/+2
2002-12-23Don't test for OPSYS to set rpath et al, but rather use _OPSYS_RPATH_NAME.jschauma1-6/+2
Suggested by Stoned Elipot. Thanks.
2002-12-23Let's be consistent:jschauma1-2/+2
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-02Add initial support for IRIX.jschauma1-1/+5
Again, anybody's feedback (success or failure) will be appreciated.
2002-09-23Missing a /lib on the end of the library path.jlam1-2/+2
2002-09-23Add the -Wl,-R flags to find the widget library. The ld wrapper scriptjlam1-5/+10
understands "-Wl,-R" to be just "-R", so it will work fine.
2002-08-28Teach about x11/neXTaw.jlam1-1/+3
2002-08-22Merge pkgsrc/mk from the buildlink2 branch back into the main trunk.jlam1-0/+20