the default library when linking this package) bump API depends. Remove libXp include from buildlink3.mk. Dependencies will be bumped as next commit. Ok joerg@ Colin Harrison (1): Add MINGW32 definition Dan Nicholson (2): Be more robust using ed for the libtool hacks Use sed instead of ed for libtool SONAME hacking Daniel Stone (2): Remove Xaw8 (Xprint) Remove last remaining vestiges of Xprint support Lee Leahu (1): Fix configure error when using libtool-2.2.* Matthieu Herrb (1): Makefile.am: nuke RCS Id Paulo Cesar Pereira de Andrade (4): Remove almost 10 year old notice about Xaw development from man page. Minor set of trivial corrections. Correct build on systems that did not yet upgrade to libtool-2.2 libXaw version 1.0.5.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2008/11/10 17:21:06 wiz Exp $
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
.if ${X11_TYPE} != "modular"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.else
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBXAW_BUILDLINK3_MK:= ${LIBXAW_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= libXaw
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXaw}
|
|
BUILDLINK_PACKAGES+= libXaw
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXaw
|
|
|
|
.if ${LIBXAW_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.libXaw+= libXaw>=1.0.5
|
|
BUILDLINK_PKGSRCDIR.libXaw?= ../../x11/libXaw
|
|
BUILDLINK_TRANSFORM+= l:Xaw:Xaw7
|
|
.endif # LIBXAW_BUILDLINK3_MK
|
|
|
|
.include "../../x11/libICE/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
|
|
|
.endif
|