summaryrefslogtreecommitdiff
path: root/debian/patches/0216-allow-isystem-for-headers.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0216-allow-isystem-for-headers.diff')
-rw-r--r--debian/patches/0216-allow-isystem-for-headers.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0216-allow-isystem-for-headers.diff b/debian/patches/0216-allow-isystem-for-headers.diff
index f844d65..7e1d1dd 100644
--- a/debian/patches/0216-allow-isystem-for-headers.diff
+++ b/debian/patches/0216-allow-isystem-for-headers.diff
@@ -24,7 +24,7 @@ directory at the end of the compiler's header search path.
--- a/configure
+++ b/configure
-@@ -832,6 +832,11 @@
+@@ -833,6 +833,11 @@
VAL=`echo $1 | sed 's,-D,,'`
fi
;;
@@ -36,7 +36,7 @@ directory at the end of the compiler's header search path.
-I?*|-I)
VAR="add_ipath"
if [ "$1" = "-I" ]; then
-@@ -1739,6 +1744,9 @@
+@@ -1740,6 +1745,9 @@
add_ipath)
I_FLAGS="$I_FLAGS -I\"${VAL}\""
;;