mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
ac4ef3820b
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)
11 lines
399 B
C++
11 lines
399 B
C++
--- kioslave/fish/fish.cpp.orig
|
|
+++ kioslave/fish/fish.cpp
|
|
@@ -302,5 +302,5 @@
|
|
void fishProtocol::openConnection() {
|
|
static int open_pty_pair(int fd[2])
|
|
{
|
|
-#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT)
|
|
+#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT) && !defined (HAVE_OPENPTY)
|
|
/** with kind regards to The GNU C Library
|
|
Reference Manual for Version 2.2.x of the GNU C Library */
|