diff options
author | martti <martti@pkgsrc.org> | 2005-11-06 05:29:55 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-11-06 05:29:55 +0000 |
commit | 820b2cd95b36f20a84b386d60e2e40fa7b81bccf (patch) | |
tree | 9b9ecbe9ee0d905151181a29a2c0d28403cf7e4b /x11 | |
parent | a3f38abc13336907054601d5bf4922bb3f453dfd (diff) | |
download | pkgsrc-820b2cd95b36f20a84b386d60e2e40fa7b81bccf.tar.gz |
Make this compile on Darwin 8.2.0/powerpc. Patch from Krister Walfridsson.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxfce4util/distinfo | 3 | ||||
-rw-r--r-- | x11/libxfce4util/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
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 |