diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-07-28 16:53:42 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-07-28 16:53:42 +0200 |
commit | c41d9476dcfce18a0105f96e9b63272e63f15051 (patch) | |
tree | 43c90bcad2dd8a167d01773b3930e8924087af5e /debian/patches/0001-Dialect_change.patch | |
parent | 2c4ae375ddd0de2edbc37c6082341c5ffb44cba1 (diff) |
Remove not longer used patches; Refresh debian/patches/0115-typo.patch
Diffstat (limited to 'debian/patches/0001-Dialect_change.patch')
-rw-r--r-- | debian/patches/0001-Dialect_change.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/0001-Dialect_change.patch b/debian/patches/0001-Dialect_change.patch deleted file mode 100644 index 8fb322a..0000000 --- a/debian/patches/0001-Dialect_change.patch +++ /dev/null @@ -1,22 +0,0 @@ -Description: Change Dialect to -std=gnu99 - based in comments from dann frazier <dannf@debian.org> -Author: Jörg Frings-Fürst <debian@jff-webhosting.net> -Bug: -Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816491 -Forwarded: -Last-Update: 2016-03-03 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/configure.ac -=================================================================== ---- trunk.orig/configure.ac -+++ trunk/configure.ac -@@ -32,7 +32,7 @@ AC_CHECK_FUNCS([alarm gethostbyname geta - AC_CHECK_FUNCS([memmove memset strchr strdup strerror]) - AC_CHECK_FUNCS([getpassphrase]) - --CFLAGS="$CFLAGS -Wall -Wextra -std=c99 -pedantic -Wformat -Wformat-nonliteral" -+CFLAGS="$CFLAGS -Wall -Wextra -std=gnu99 -pedantic -Wformat -Wformat-nonliteral" - - AM_PROG_LIBTOOL - LIBTOOL="$LIBTOOL --silent" |