mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8f11472006
This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
*** kfm/kfmsu2.in~ Sat Dec 19 22:05:05 1998
|
|
--- kfm/kfmsu2.in Tue Dec 29 00:47:31 1998
|
|
***************
|
|
*** 7,10 ****
|
|
echo ""
|
|
echo "Logging in as super user"
|
|
! su - root -c "DISPLAY=$DISPLAY; export DISPLAY; @kde_bindir@/kfm -sw >/dev/null"
|
|
xhost -local:
|
|
--- 7,10 ----
|
|
echo ""
|
|
echo "Logging in as super user"
|
|
! su root -c "echo DISPLAY=$DISPLAY @kde_bindir@/kfm -sw | /bin/sh > /dev/null"
|
|
xhost -local:
|