diff options
Diffstat (limited to 'x11/kde-workspace4/Makefile')
-rw-r--r-- | x11/kde-workspace4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/kde-workspace4/Makefile b/x11/kde-workspace4/Makefile index f598d3512c9..966793a06cb 100644 --- a/x11/kde-workspace4/Makefile +++ b/x11/kde-workspace4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/06/06 12:53:43 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2013/06/22 22:39:10 jperkin Exp $ DISTNAME= kde-workspace-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} @@ -52,6 +52,7 @@ REPLACE_PERL+= \ kcontrol/keys/convertShortcuts.pl \ kwin/data/kwin3_plugin.pl \ kwin/data/pluginlibFix.pl +REPLACE_SH+= libs/plasmagenericshell/widgetsexplorer/package/Messages.sh PY_PATCHPLIST= yes @@ -112,6 +113,9 @@ post-install: ${CP} -f ${WRKDIR}/kdmrc.ad kdmrc .endif +CFLAGS.SunOS+= -D__EXTENSIONS__ -D__uint16_t=uint16_t +LDFLAGS.SunOS+= -lsocket + BUILDLINK_DEPMETHOD.qt4-tools= full .include "../../meta-pkgs/kde4/kde4.mk" |