[med-svn] [libpll] 01/01: Fix patch

Andreas Tille tille at debian.org
Fri May 5 14:02:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libpll.

commit cdf2484f77e5a55467f3d41ad1a97a78c1972a52
Author: Andreas Tille <tille at debian.org>
Date:   Fri May 5 16:02:16 2017 +0200

    Fix patch
---
 debian/patches/have_x86intrin_h.patch | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/patches/have_x86intrin_h.patch b/debian/patches/have_x86intrin_h.patch
index aa047e7..2cb2186 100644
--- a/debian/patches/have_x86intrin_h.patch
+++ b/debian/patches/have_x86intrin_h.patch
@@ -5,13 +5,18 @@ Last-Update: Thu, 04 May 2017 16:57:55 +0200
 
 --- a/src/pll.h
 +++ b/src/pll.h
-@@ -25,7 +25,9 @@
+@@ -25,11 +25,13 @@
  #include <stdlib.h>
  #include <string.h>
  #include <ctype.h>
-+#ifdef HAVE_X86INTRIN_H
- #include <x86intrin.h>
-+#endif
+-#include <x86intrin.h>
  
  #ifdef HAVE_CONFIG_H
  #include "config.h"
+ #endif
++#ifdef HAVE_X86INTRIN_H
++#include <x86intrin.h>
++#endif
+ 
+ /* platform specific */
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libpll.git



More information about the debian-med-commit mailing list