From 461f3c5adb635525af6de102321df3e6288bfb1c Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Wed, 11 Aug 2004 01:27:37 +0000 Subject: Factor out all but one of the build switches of the KDE main module ports into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt. --- net/kdenetwork3/files/patch-configure | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'net/kdenetwork3/files/patch-configure') diff --git a/net/kdenetwork3/files/patch-configure b/net/kdenetwork3/files/patch-configure index 0080bfe0e139..1777e1e0a39a 100644 --- a/net/kdenetwork3/files/patch-configure +++ b/net/kdenetwork3/files/patch-configure @@ -69,3 +69,24 @@ fi done +@@ -37996,20 +37996,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +- kde_cv_utmp_file=no +- +- for ac_file in \ +- \ +- /var/run/utmp \ +- /var/adm/utmp \ +- /etc/utmp \ +- ; \ +- do +- if test -r "$ac_file"; then +- kde_cv_utmp_file=$ac_file +- break +- fi +- done ++ kde_cv_utmp_file=/var/run/utmp + + fi \ No newline at end of file -- cgit v1.2.3