actually, we have getlogin_r, it just isn't documented (whistling...)

bump version number for qt-mt.
This commit is contained in:
espie 2002-12-02 15:49:42 +00:00
parent 82dcc4e96a
commit a67efd8d38
2 changed files with 5 additions and 14 deletions

View File

@ -1,15 +1,6 @@
$OpenBSD: patch-src_dialogs_qfiledialog_cpp,v 1.1 2002/12/02 15:32:42 espie Exp $
$OpenBSD: patch-src_dialogs_qfiledialog_cpp,v 1.2 2002/12/02 15:49:42 espie Exp $
--- src/dialogs/qfiledialog.cpp.orig Mon Dec 2 16:18:37 2002
+++ src/dialogs/qfiledialog.cpp Mon Dec 2 16:19:01 2002
@@ -3151,7 +3151,7 @@ void QFileDialog::setDir( const QString
i++;
QCString user;
if ( i == 1 ) {
-#if defined(QT_THREAD_SUPPORT) && defined(_POSIX_THREAD_SAFE_FUNCTIONS)
+#if defined(QT_THREAD_SUPPORT) && defined(_POSIX_THREAD_SAFE_FUNCTIONS) && !defined(__OpenBSD__)
# ifndef _POSOX_LOGIN_NAME_MAX
# define _POSIX_LOGIN_NAME_MAX 9
+++ src/dialogs/qfiledialog.cpp Mon Dec 2 16:42:22 2002
@@ -3170,7 +3170,7 @@ void QFileDialog::setDir( const QString
user = dr.mid( 1, i-1 ).local8Bit();
dr = dr.mid( i, dr.length() );

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-mt,v 1.1 2002/10/26 11:45:52 espie Exp $
lib/libqt-mt.so.3.6
lib/qt3/libqt-mt.so.3.6
@comment $OpenBSD: PLIST-mt,v 1.2 2002/12/02 15:49:42 espie Exp $
lib/libqt-mt.so.3.10
lib/qt3/libqt-mt.so.3.10
DYNLIBDIR(%D/lib)