Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-27 | Whitespace nit. | jlam | 1 | -2/+2 | |
2004-08-27 | Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, | jlam | 1 | -3/+3 | |
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG. | |||||
2004-06-18 | Remove Motif 1.2 functionality. | kristerw | 1 | -75/+17 | |
2004-06-14 | ensure that motif header files and libraries can be found at | grant | 1 | -1/+3 | |
compile/link time by adding the appropriate flags to CPPFLAGS and LDFLAGS (patch posted to tech-pkg@). fixes build of a number of motif-needy packages on Solaris using native motif from /usr/dt. XXX this needs to better adhere to the buildlink3 way, but not during the freeze. | |||||
2004-05-10 | Fix typo. | xtraeme | 1 | -2/+2 | |
2004-04-11 | motif for buildlink3. | xtraeme | 1 | -0/+147 | |