summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2017-03-17 15:37:57 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2017-03-17 15:38:28 +0100
commit9754f457cc6d0aeb90a1535a5228ef909e9584c9 (patch)
treeffbd77f41fb100837cc8f992f8dc863cd01c270d /net-misc/nstx/files/nstx-1.1_beta6_04-delete-werror.patch
parentapp-forensics/openscap: remove old (diff)
downloadgentoo-9754f457cc6d0aeb90a1535a5228ef909e9584c9.tar.gz
gentoo-9754f457cc6d0aeb90a1535a5228ef909e9584c9.tar.bz2
gentoo-9754f457cc6d0aeb90a1535a5228ef909e9584c9.zip
Second half of net-vpn/ move
Diffstat (limited to 'net-misc/nstx/files/nstx-1.1_beta6_04-delete-werror.patch')
-rw-r--r--net-misc/nstx/files/nstx-1.1_beta6_04-delete-werror.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/net-misc/nstx/files/nstx-1.1_beta6_04-delete-werror.patch b/net-misc/nstx/files/nstx-1.1_beta6_04-delete-werror.patch
deleted file mode 100644
index 35f7d0199b9d..000000000000
--- a/net-misc/nstx/files/nstx-1.1_beta6_04-delete-werror.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -ru nstx-1.1-beta6.orig/Makefile nstx-1.1-beta6/Makefile
---- nstx-1.1-beta6.orig/Makefile 2009-03-17 03:29:43.000000000 +0000
-+++ nstx-1.1-beta6/Makefile 2009-03-17 03:29:53.000000000 +0000
-@@ -1,4 +1,4 @@
--CFLAGS += -ggdb -Wall -Werror -Wsign-compare
-+CFLAGS += -ggdb -Wall -Wsign-compare
-
- NSTXD_SRCS = nstxd.c nstx_encode.c nstx_pstack.c nstx_dns.c nstx_tuntap.c nstx_queue.c nstx_util.c
- NSTXD_OBJS = ${NSTXD_SRCS:.c=.o}