From 0ec8b64c5e005bfad0b0c7bf5e8f62dde013c9bf Mon Sep 17 00:00:00 2001 From: martti Date: Sun, 6 Nov 2005 05:29:55 +0000 Subject: Make this compile on Darwin 8.2.0/powerpc. Patch from Krister Walfridsson. --- x11/libxfce4util/distinfo | 3 ++- x11/libxfce4util/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 x11/libxfce4util/patches/patch-aa (limited to 'x11') diff --git a/x11/libxfce4util/distinfo b/x11/libxfce4util/distinfo index 3d9507c44ca..6693e4c720a 100644 --- a/x11/libxfce4util/distinfo +++ b/x11/libxfce4util/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.11 2005/05/18 06:10:30 martti Exp $ +$NetBSD: distinfo,v 1.12 2005/11/06 05:29:55 martti Exp $ SHA1 (libxfce4util-4.2.2.tar.gz) = 49d945fb79870159deea73c98cc6e34f537cd2ab RMD160 (libxfce4util-4.2.2.tar.gz) = 0c8f09ced7470c0ce0d85ad5a60c5385111548e0 Size (libxfce4util-4.2.2.tar.gz) = 458244 bytes +SHA1 (patch-aa) = 601e0883696f47bf77a390113d80e4df332af6b5 diff --git a/x11/libxfce4util/patches/patch-aa b/x11/libxfce4util/patches/patch-aa new file mode 100644 index 00000000000..5b612b0db69 --- /dev/null +++ b/x11/libxfce4util/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/11/06 05:29:55 martti Exp $ + +--- libxfce4util/licenses-texts.c.orig 2005-11-05 18:23:41.000000000 +0100 ++++ libxfce4util/licenses-texts.c 2005-11-05 18:24:05.000000000 +0100 +@@ -1,7 +1,7 @@ + /* Auto generated file, do not edit */ + + /* Keep the license stuff in one section if possible */ +-#if defined(__GNUC__) ++#if defined(__GNUC__) && !defined(__APPLE__) + #define SECTION __attribute__((section(".xfce.LICENSES"))) + #else + #define SECTION -- cgit v1.2.3