pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/xfce4-print Fix build problems on Solaris (pkg/3...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2005146afb08
branches: trunk
changeset: 508486:2005146afb08
user: martti <martti%pkgsrc.org@localhost>
date: Mon Feb 20 08:17:09 2006 +0000
description:
Fix build problems on Solaris (pkg/32875).
This change does not affect other platforms and as it was not building
correctly on Solaris I see no reason for PKGREVISION bump.
diffstat:
print/xfce4-print/Makefile | 8 +++++++-
print/xfce4-print/PLIST | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diffs (40 lines):
diff -r c9b6c1e4941e -r 2005146afb08 print/xfce4-print/Makefile
--- a/print/xfce4-print/Makefile Mon Feb 20 03:39:25 2006 +0000
+++ b/print/xfce4-print/Makefile Mon Feb 20 08:17:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:10:41 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/02/20 08:17:09 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -12,6 +12,12 @@
.include "options.mk"
+.if ${OPSYS} == "SunOS"
+PLIST_SUBST+= SOLARIS="@comment "
+.else
+PLIST_SUBST+= SOLARIS=""
+.endif
+
.include "../../print/a2ps/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c9b6c1e4941e -r 2005146afb08 print/xfce4-print/PLIST
--- a/print/xfce4-print/PLIST Mon Feb 20 03:39:25 2006 +0000
+++ b/print/xfce4-print/PLIST Mon Feb 20 08:17:09 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2005/11/09 06:42:58 martti Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/02/20 08:17:09 martti Exp $
${PKGLOCALEDIR}/locale/af/LC_MESSAGES/xfprint.mo
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/xfprint.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/xfprint.mo
@@ -47,7 +47,7 @@
bin/xfprint-manager
bin/xfprint4
lib/xfce4/mcs-plugins/xfprint_plugin.la
-lib/xfce4/xfprint-plugins/bsdlpr_plugin.la
+${SOLARIS}lib/xfce4/xfprint-plugins/bsdlpr_plugin.la
share/applications/xfce-xfprint-settings.desktop
share/applications/xfprint-manager.desktop
share/applications/xfprint.desktop
Home |
Main Index |
Thread Index |
Old Index