From ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Tue, 29 Jul 2003 04:26:22 +0000 Subject: Update KDE to the latest official release, KDE 3.1.3 Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep) --- x11-themes/kdeartwork4/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-themes/kdeartwork4/Makefile') diff --git a/x11-themes/kdeartwork4/Makefile b/x11-themes/kdeartwork4/Makefile index acbc259570da..0948101172af 100644 --- a/x11-themes/kdeartwork4/Makefile +++ b/x11-themes/kdeartwork4/Makefile @@ -21,6 +21,7 @@ PREFIX= ${KDE_PREFIX} USE_MESA= yes USE_BZIP2= yes +USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -31,6 +32,9 @@ KDE_BUILD_PLIST=yes .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + .if exists(${X11BASE}/bin/xscreensaver) WITH_XS= yes .endif # exists(${X11BASE}/bin/xscreensaver) -- cgit v1.2.3