diff options
Diffstat (limited to 'net-misc/linuxptp/files/linuxptp-3.1.1-user_cpp.patch')
-rw-r--r-- | net-misc/linuxptp/files/linuxptp-3.1.1-user_cpp.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/linuxptp/files/linuxptp-3.1.1-user_cpp.patch b/net-misc/linuxptp/files/linuxptp-3.1.1-user_cpp.patch deleted file mode 100644 index d2b3728b6141..000000000000 --- a/net-misc/linuxptp/files/linuxptp-3.1.1-user_cpp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/incdefs.sh -+++ b/incdefs.sh -@@ -27,7 +27,7 @@ - printf " -D_GNU_SOURCE" - - # Get list of directories searched for header files. -- dirs=$(echo "" | ${CROSS_COMPILE}cpp -Wp,-v 2>&1 >/dev/null | grep ^" /") -+ dirs=$(echo "" | ${CPP} -Wp,-v - 2>&1 >/dev/null | grep ^" /") - - # Look for clock_adjtime(). - for d in $dirs; do |