pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/Xft2 Add a comment explaining why we have to use...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aad75a2aa178
branches: trunk
changeset: 462493:aad75a2aa178
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Oct 04 08:12:02 2003 +0000
description:
Add a comment explaining why we have to use PLIST_SUBST over FreeBSD/Linux.
(Suggested by seb@)
diffstat:
fonts/Xft2/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r bd7768bc217d -r aad75a2aa178 fonts/Xft2/Makefile
--- a/fonts/Xft2/Makefile Sat Oct 04 07:54:52 2003 +0000
+++ b/fonts/Xft2/Makefile Sat Oct 04 08:12:02 2003 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index