ports/x11/guake/files/patch-guake_terminal.py
Alexandre C. Guimarães 4c90bed182 x11/guake: Update to version 3.4.0
- Pass maintainership to submitter

PR:		232163
Submitted by:	Daniel Shafer <daniel@shafer.cc>
Approved by:	tcberner (mentor), nivit (maintainer timeout, 30 days)
Differential Revision:	https://reviews.freebsd.org/D17726
2018-11-10 19:15:37 +00:00

11 lines
499 B
Python

--- guake/terminal.py.orig 2018-10-09 15:32:50 UTC
+++ guake/terminal.py
@@ -57,7 +57,7 @@ try:
# be injected in current process, as: wall
from atexit import register as at_exit_call
from ctypes import cdll
- libutempter = cdll.LoadLibrary('libutempter.so.0')
+ libutempter = cdll.LoadLibrary('libutempter.so')
if libutempter is not None:
# We absolutely need to remove the old tty from the utmp !!!
at_exit_call(libutempter.utempter_remove_added_record)