summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd>2002-03-15 04:09:14 +0000
committermarkd <markd>2002-03-15 04:09:14 +0000
commit692e4e361525b42fe653a81db8df0237542b3dd3 (patch)
tree549a0c2674edd92bfeedc9f211d080787bb5b952 /x11
parent35aa2d49793ff2790c2ba61f832c99b58ca461f9 (diff)
downloadpkgsrc-692e4e361525b42fe653a81db8df0237542b3dd3.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')
-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.
#