summaryrefslogtreecommitdiff
path: root/x11/controlcenter/buildlink2.mk
AgeCommit message (Collapse)AuthorFilesLines
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam1-1/+2
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-09-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam1-3/+4
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2.
2002-09-11Add missing doublequote. pkg/18263 by Julien Letessier.wiz1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+28
buildlink2.mk files back into the main trunk.