diff options
-rw-r--r-- | fonts/Xft2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index eafe142519a..e954fa41768 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/10/03 20:13:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.22 2003/10/04 08:12:02 xtraeme Exp $ # DISTNAME= xft-2.1.2 @@ -31,6 +31,10 @@ BUILDLINK_DEPENDS.Xrender= Xrender>=0.8.2 .include "../../mk/bsd.prefs.mk" +# XXX: Temporal fix for systems where libXft.so.$(MAJOR_VERSION).$(MINOR_VERSION) +# is not built (we have to use libtool 1.5 to have the same library between all +# systems) + .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" PLIST_SUBST+= LIBXFT="@comment " .else |