summaryrefslogtreecommitdiff
path: root/sysutils/goaccess/files/patch-src_labels.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2023-03-31 22:00:11 -0400
committerAdam Weinberger <adamw@FreeBSD.org>2023-03-31 22:00:11 -0400
commita61e35c236b6ec955cef411454a3b0f935252e1a (patch)
tree1a807bce431724f594ceaf5e7eae001e7507121f /sysutils/goaccess/files/patch-src_labels.h
parentgraphics/mesa-devel: update to 23.0.b.4037 (diff)
sysutils/goaccess: Update to 1.7.2
Remove patches that I finally got around to upstreaming.
Diffstat (limited to 'sysutils/goaccess/files/patch-src_labels.h')
-rw-r--r--sysutils/goaccess/files/patch-src_labels.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/goaccess/files/patch-src_labels.h b/sysutils/goaccess/files/patch-src_labels.h
deleted file mode 100644
index 88f5cfed5489..000000000000
--- a/sysutils/goaccess/files/patch-src_labels.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/labels.h.orig 2018-11-23 02:16:45 UTC
-+++ src/labels.h
-@@ -30,11 +30,17 @@
- #ifndef LABELS_H_INCLUDED
- #define LABELS_H_INCLUDED
-
-+#ifdef ENABLE_NLS
- #include <libintl.h>
-
- #define _(String) dgettext (PACKAGE , String)
- #define gettext_noop(String) String
- #define N_(String) gettext_noop (String)
-+#else
-+#define _(String) String
-+#define gettext_noop(String) String
-+#define N_(String) String
-+#endif
-
- /* global lang attribute */
- #define DOC_LANG _( "en")