summaryrefslogtreecommitdiff
path: root/sysutils/py-pytsk/files/patch-setup.py
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-02 13:19:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-02 13:19:16 +0000
commit4d7e97da4e924996833a787fd321693c00ac1243 (patch)
treeee537471231e04e572695bf870a59723de6c05ff /sysutils/py-pytsk/files/patch-setup.py
parentUpdate to 4.5.0 (diff)
Update to 20171108
Notes
Notes: svn path=/head/; revision=455364
Diffstat (limited to 'sysutils/py-pytsk/files/patch-setup.py')
-rw-r--r--sysutils/py-pytsk/files/patch-setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-pytsk/files/patch-setup.py b/sysutils/py-pytsk/files/patch-setup.py
index 9a80891a8621..19c9b5c92246 100644
--- a/sysutils/py-pytsk/files/patch-setup.py
+++ b/sysutils/py-pytsk/files/patch-setup.py
@@ -1,6 +1,6 @@
# Unbundle sleuthkit and talloc
---- setup.py.orig 2017-08-01 06:49:05 UTC
+--- setup.py.orig 2017-11-06 20:59:12 UTC
+++ setup.py
@@ -178,9 +178,9 @@ class BuildExtCommand(build_ext):
def run(self):
@@ -14,7 +14,7 @@
if not os.access("pytsk3.c", os.R_OK):
# Generate the Python binding code (pytsk3.c).
-@@ -390,7 +390,7 @@ class ProjectBuilder(object):
+@@ -330,7 +330,7 @@ class ProjectBuilder(object):
self._argv = argv
# The path to the sleuthkit/tsk directory.
@@ -23,7 +23,7 @@
# Paths under the sleuthkit/tsk directory which contain files we need
# to compile.
-@@ -400,13 +400,13 @@ class ProjectBuilder(object):
+@@ -340,13 +340,13 @@ class ProjectBuilder(object):
# The args for the extension builder.
self.extension_args = {
"define_macros": [],