diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-01-07 04:32:42 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-01-07 04:32:42 +0000 |
commit | 4030e35676f1377d2aea51957c088b6ecc9f4220 (patch) | |
tree | c6661731807b63b2deeebe769552010139189025 /net/kmess | |
parent | fix patch (diff) |
Fix build on -STABLE.
PR: ports/46687
Submitted by: Niclas Sodergard <nickus@nickus.net>,
Ivajlo Nikolov <ivailon@mobikom.com>
Notes
Notes:
svn path=/head/; revision=72668
Diffstat (limited to 'net/kmess')
-rw-r--r-- | net/kmess/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/kmess/Makefile b/net/kmess/Makefile index 21c7f75421a5..6e61b2039ba6 100644 --- a/net/kmess/Makefile +++ b/net/kmess/Makefile @@ -15,8 +15,13 @@ MAINTAINER= perky@FreeBSD.org USE_KDELIBS_VER=3 GNU_CONFIGURE= yes +USE_REINPLACE= yes USE_GMAKE= yes .include <bsd.port.pre.mk> +pre-patch: + ${REINPLACE_CMD} -e '22s/^.*$$/#include <unistd.h>/' \ + ${WRKSRC}/kmess/kmessview.cpp + .include "${PORTSDIR}/x11/kde3/Makefile.kde" .include <bsd.port.post.mk> |