summaryrefslogtreecommitdiff
path: root/dev-python/pypam/files/PyPAM-python3-support.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-05 13:49:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-05 13:49:12 +0000
commite41cee9e94ed01768eacae2ebd379667f7dcfcdf (patch)
treea657ccff4e5c9c3926ecbe23f5c6beccf7260aa5 /dev-python/pypam/files/PyPAM-python3-support.patch
parent0685d6c304a3d62d677d76a6dc222e7d8f39f472 (diff)
downloadbaldeagleos-repo-e41cee9e94ed01768eacae2ebd379667f7dcfcdf.tar.gz
baldeagleos-repo-e41cee9e94ed01768eacae2ebd379667f7dcfcdf.tar.xz
baldeagleos-repo-e41cee9e94ed01768eacae2ebd379667f7dcfcdf.zip
Adding metadata
Diffstat (limited to 'dev-python/pypam/files/PyPAM-python3-support.patch')
-rw-r--r--dev-python/pypam/files/PyPAM-python3-support.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pypam/files/PyPAM-python3-support.patch b/dev-python/pypam/files/PyPAM-python3-support.patch
index 2aec60eabdf4..a4100953631f 100644
--- a/dev-python/pypam/files/PyPAM-python3-support.patch
+++ b/dev-python/pypam/files/PyPAM-python3-support.patch
@@ -1,5 +1,5 @@
---- PAMmodule.c.python3 2014-06-24 11:29:10.958299393 +0200
-+++ PAMmodule.c 2014-06-24 15:20:02.728118493 +0200
+--- a/PAMmodule.c
++++ b(PAMmodule.c
@@ -15,6 +15,14 @@
#include <stdio.h>
#include <dlfcn.h>
@@ -167,8 +167,8 @@
+ return m;
+#endif
}
---- setup.py.python3 2014-06-24 15:58:07.792172439 +0200
-+++ setup.py 2014-06-24 15:58:13.714909021 +0200
+--- a/setup.py
++++ b/setup.py
@@ -12,7 +12,7 @@
license='LGPL',
ext_modules=[
@@ -178,8 +178,8 @@
['PAMmodule.c'],
libraries=['pam', 'pam_misc'],
extra_compile_args = ['-std=c99'],
---- tests/PamTest.py.python3 2014-06-24 16:54:28.902998249 +0200
-+++ tests/PamTest.py 2014-06-24 17:07:11.392094775 +0200
+--- a/tests/PamTest.py
++++ b/tests/PamTest.py
@@ -41,13 +41,13 @@
def test_userdata_default(self):
"""The default value for userdata is None."""