about summary refs log tree commit diff
path: root/pkgs/development/libraries/motif/Remove-unsupported-weak-refs-on-darwin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/motif/Remove-unsupported-weak-refs-on-darwin.patch')
-rw-r--r--pkgs/development/libraries/motif/Remove-unsupported-weak-refs-on-darwin.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/libraries/motif/Remove-unsupported-weak-refs-on-darwin.patch b/pkgs/development/libraries/motif/Remove-unsupported-weak-refs-on-darwin.patch
new file mode 100644
index 000000000000..801310ba41ce
--- /dev/null
+++ b/pkgs/development/libraries/motif/Remove-unsupported-weak-refs-on-darwin.patch
@@ -0,0 +1,12 @@
+--- a/lib/Xm/XmP.h
++++ b/lib/Xm/XmP.h
+@@ -1437,7 +1437,7 @@ extern void _XmDestroyParentCallback(
+ 
+ #endif /* NO_XM_1_2_BC */
+ 
+-#if __GNUC__
++#if __GNUC__ && ! __APPLE__
+ #  define XM_DEPRECATED  __attribute__((__deprecated__))
+ #  define XM_ALIAS(sym)  __attribute__((__weak__,alias(#sym)))
+ #else
+