summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authormarkd <markd>2002-03-15 04:09:14 +0000
committermarkd <markd>2002-03-15 04:09:14 +0000
commitedd5c9bb1011326b3f3ee13970b109c34f50da77 (patch)
tree549a0c2674edd92bfeedc9f211d080787bb5b952 /x11/kdelibs2
parent5580e95b1b0b5cd5f6a704288af740e34b1952a2 (diff)
downloadpkgsrc-edd5c9bb1011326b3f3ee13970b109c34f50da77.tar.gz
Cause a newline to be added to kio/klauncher/Makefile.am before patch is run
so that patch on Solaris succeeds with patch-bk.
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index bad5e6283e0..9bcfc1a9847 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2002/03/13 17:37:58 fredb Exp $
+# $NetBSD: Makefile,v 1.34 2002/03/15 04:09:14 markd Exp $
DISTNAME= kdelibs-2.2.2
PKGREVISION= 1
@@ -56,6 +56,11 @@ PLIST_SUBST+= CUPS=
PLIST_SUBST+= CUPS="@comment "
.endif
+# Add a newline to EOF so patch on Solaris succeeds with patch-bk
+
+pre-patch:
+ ${ECHO} "" >> ${WRKSRC}/kio/klauncher/Makefile.am
+
# We will create the complete icon directory tree for use by other KDE2
# packages at post-install time.
#