diff options
Diffstat (limited to 'x11/libxfce4util/patches/patch-aa')
-rw-r--r-- | x11/libxfce4util/patches/patch-aa | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/libxfce4util/patches/patch-aa b/x11/libxfce4util/patches/patch-aa deleted file mode 100644 index 750229168cc..00000000000 --- a/x11/libxfce4util/patches/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2007/01/23 11:53:47 martti Exp $ - -No, it's not ok. Except for GNU C. - ---- libxfce4util/xfce-miscutils.h.orig 2007-01-13 21:41:32.000000000 +0000 -+++ libxfce4util/xfce-miscutils.h 2007-01-23 11:26:14.000000000 +0000 -@@ -32,12 +32,11 @@ - - #include <libxfce4util/debug.h> - --/* This looks a bit "hacky", but its ok */ --#define _BUILTIN_LICENSE_TEXT(name) \ --({ \ -- extern const char xfce_builtin_license_##name[]; \ -- xfce_builtin_license_##name; \ --}) -+extern const char xfce_builtin_license_BSD[]; -+extern const char xfce_builtin_license_GPL[]; -+extern const char xfce_builtin_license_LGPL[]; -+ -+#define _BUILTIN_LICENSE_TEXT(name) xfce_builtin_license_##name - - #if defined (__sun) - extern const char xfce_builtin_license_BSD[]; |