summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/files/patch-configure
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-08-11 01:27:37 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-08-11 01:27:37 +0000
commit461f3c5adb635525af6de102321df3e6288bfb1c (patch)
tree2025e3327a038c580b6f13bdc201e220e2077bb4 /net/kdenetwork3/files/patch-configure
parentUpdate to 2.0.0. (diff)
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.
Notes
Notes: svn path=/head/; revision=115880
Diffstat (limited to 'net/kdenetwork3/files/patch-configure')
-rw-r--r--net/kdenetwork3/files/patch-configure21
1 files changed, 21 insertions, 0 deletions
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