freebsd-ports/net/boinc-client/files/patch-client__client_msgs.h
Rene Ladan 7f6ba9d599 net/boinc-client :
- update to 7.0.65 [1] Unlike the PR, keep the SKINS option and the
  extra skins, and do not pregenerate autotools files.
- work around a build conflict with archivers/libzip in port Makefile [2]
- pre-emptively fix build with libc++
- change MASTERSITE from Pav's to my site
- comment out the BROKEN message for sparc64/ia64/powerpc (for now)
- regenerate patches using 'make makepatch'

astro/boinc-{setiathome-enhanced,astropulse} :
- remove obsolete calls to functions removed from libboinc
  to prevent breakage

PR:		 ports/176724 [1]
Submitted by:	 Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [1]
Submitted by:	 zi@ [2]
2013-09-18 13:48:19 +00:00

10 lines
264 B
C

--- ./client/client_msgs.h.orig 2013-07-24 15:13:28.000000000 +0000
+++ ./client/client_msgs.h 2013-09-17 21:16:00.000000000 +0000
@@ -73,6 +73,6 @@
__attribute__ ((format (printf, 4, 5)))
;
-#define _(x) "_(\""x"\")"
+#define _(x) "_(\"" x"\")"
#endif