pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50639: XAW_TYPE=3d fail
The following reply was made to PR pkg/50639; it has been noted by GNATS.
From: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/50639: XAW_TYPE=3d fail
Date: Fri, 22 Jan 2016 09:04:24 +1300
On Thu, 21 Jan 2016 13:06:42 you wrote:
> I don't think the new package should do that in $PREFIX, that would
> create more conflicts, wouldn't it? But it can certainly do it in the
> b3.mk file.
I just looked at the old Xaw3d/buildlink3.mk and it had the following in it to
deal with this.
BUILDLINK_TRANSFORM+= l:Xaw:Xaw3d
.if ${X11_TYPE} == "modular"
.PHONY: buildlink-Xaw3d-inc-hack
buildlink-Xaw3d-cookie: buildlink-Xaw3d-inc-hack
buildlink-Xaw3d-inc-hack: buildlink-directories
[ ! -h ${BUILDLINK_DIR}/include/X11/Xaw ] && \
${MKDIR} ${BUILDLINK_DIR}/include/X11 && \
${LN} -s Xaw3d ${BUILDLINK_DIR}/include/X11/Xaw
.endif
cheers
mark
Home |
Main Index |
Thread Index |
Old Index