libxfce4util-4.2.2 problems on Darwin 8.2.0/powerpc
Martti Kuparinen
martti.kuparinen at iki.fi
Sat Nov 5 19:18:55 CET 2005
The following patch fixes these problems. Please apply it to
the official sources...
http://mail-index.netbsd.org/pkgsrc-bulk/2005/11/05/0005.html
--- 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
More information about the Xfce4-dev
mailing list