diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-10-04 08:12:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-10-04 08:12:02 +0000 |
commit | 0ff15cf3983300b3309f9f37f806c458a69c2364 (patch) | |
tree | 7ab2badb89251ce266ab9db58bb13832c01a73b4 /fonts | |
parent | 8a5d689ace5a6399a3a7cf2c035cd861aa431f24 (diff) | |
download | pkgsrc-0ff15cf3983300b3309f9f37f806c458a69c2364.tar.gz |
Add a comment explaining why we have to use PLIST_SUBST over FreeBSD/Linux.
(Suggested by seb@)
Diffstat (limited to 'fonts')
-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 |