pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libxfce4util Make this compile on Darwin 8.2.0/pow...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf7da7798170
branches: trunk
changeset: 502547:cf7da7798170
user: martti <martti%pkgsrc.org@localhost>
date: Sun Nov 06 05:29:55 2005 +0000
description:
Make this compile on Darwin 8.2.0/powerpc. Patch from Krister Walfridsson.
diffstat:
x11/libxfce4util/distinfo | 3 ++-
x11/libxfce4util/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r a606841225e7 -r cf7da7798170 x11/libxfce4util/distinfo
--- a/x11/libxfce4util/distinfo Sun Nov 06 01:48:59 2005 +0000
+++ b/x11/libxfce4util/distinfo Sun Nov 06 05:29:55 2005 +0000
@@ -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 -r a606841225e7 -r cf7da7798170 x11/libxfce4util/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxfce4util/patches/patch-aa Sun Nov 06 05:29:55 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index