[Pkg-phototools-commits] [SCM] openimageio branch, master, updated. debian/1.0.3+dfsg0-1-21-g6eb9b9c
Matteo F. Vescovi
mfv.debian at gmail.com
Sun May 20 14:16:56 UTC 2012
The following commit has been merged in the master branch:
commit 02f47b30fc40fbefb3466e829ea7a415d3bd06b2
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date: Sun May 20 12:49:30 2012 +0200
Revert "debian/patches/: #0003 added to fix FTBFS on Hurd"
This reverts commit dbc8b967fe0807758e07a1513e3a2ec64aa4e860.
diff --git a/debian/patches/0003-Fix_FTBFS_on_Hurd.patch b/debian/patches/0003-Fix_FTBFS_on_Hurd.patch
deleted file mode 100644
index 737d89f..0000000
--- a/debian/patches/0003-Fix_FTBFS_on_Hurd.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
-Date: Sat, 19 May 2012 17:53:59 +0200
-Subject: Fix_FTBFS_on_Hurd
-
----
- src/libutil/sysutil.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/libutil/sysutil.cpp b/src/libutil/sysutil.cpp
-index 3a24c24..9d89554 100644
---- a/src/libutil/sysutil.cpp
-+++ b/src/libutil/sysutil.cpp
-@@ -33,7 +33,7 @@
- #include <iostream>
- #include <ctime>
-
--#ifdef __linux__
-+#if defined (__linux__) || defined (__GNU__)
- # include <sys/sysinfo.h>
- # include <unistd.h>
- # include <sys/ioctl.h>
-@@ -145,7 +145,7 @@ Sysutil::this_program_path ()
- filename[0] = 0;
- unsigned int size = sizeof(filename);
-
--#if defined(__linux__)
-+#if defined(__linux__) || defined(__GNU__)
- int r = readlink ("/proc/self/exe", filename, size);
- #elif defined(__APPLE__)
- // For info: 'man 3 dyld'
diff --git a/debian/patches/series b/debian/patches/series
index 38b0f4f..3e4140c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
0001-Fix_docs_generation.patch
0002-Fix_usleep_issue_on_kFreeBSD.patch
-0003-Fix_FTBFS_on_Hurd.patch
--
OpenImageIO packaging
More information about the Pkg-phototools-commits
mailing list