diff options
author | makc <makc@FreeBSD.org> | 2010-09-07 02:09:19 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-09-07 02:09:19 +0800 |
commit | 54f04c3ca320c9231065ba1e83894fc77b68152a (patch) | |
tree | adbc470a5e3014e934c94ae48ef1d232e0543434 /deskutils | |
parent | 9fa9d7407c84ab7334bbf97cb056dc384205fbe3 (diff) | |
download | freebsd-ports-gnome-54f04c3ca320c9231065ba1e83894fc77b68152a.tar.gz freebsd-ports-gnome-54f04c3ca320c9231065ba1e83894fc77b68152a.tar.zst freebsd-ports-gnome-54f04c3ca320c9231065ba1e83894fc77b68152a.zip |
Fix build with KDE 4.5
PR: ports/150320
Submitted by: Jason E. Hale (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/plasma-applet-yawp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/plasma-applet-yawp/Makefile b/deskutils/plasma-applet-yawp/Makefile index dc03b9fbef71..223baa147591 100644 --- a/deskutils/plasma-applet-yawp/Makefile +++ b/deskutils/plasma-applet-yawp/Makefile @@ -27,5 +27,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-GPL2 post-patch: ${ECHO_CMD} >> ${WRKSRC}/applet/utils.h + ${REINPLACE_CMD} -e 's|KDE_VERSION_MINOR == 4|KDE_VERSION_MINOR >= 4|g' \ + `find ${WRKSRC} -name "*.h" -or -name "*.cpp"` .include <bsd.port.mk> |