summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-10-04 08:12:02 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-10-04 08:12:02 +0000
commit7eb99a0106972644d5282f8557ce0f8b1a37921c (patch)
tree7ab2badb89251ce266ab9db58bb13832c01a73b4 /fonts
parentb2fcfff89a0a1717040680a57d5fef6165fdf0e3 (diff)
downloadpkgsrc-7eb99a0106972644d5282f8557ce0f8b1a37921c.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/Makefile6
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