diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-07 16:50:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-07 16:50:18 +0000 |
commit | 77e28779ef3d4ad07a50cf12988ea8f87f1d5c0a (patch) | |
tree | 541a6bffd8c5ddc7da28bd02182e2d1e2c15d4c3 /www/clearsilver/files/patch-util__neo_files.c | |
parent | Stop installing catpages (diff) |
Fix build with clang
PR: ports/167231
Submitted by: bapt
Approved by: maintainer timeout (14d)
Notes
Notes:
svn path=/head/; revision=296148
Diffstat (limited to 'www/clearsilver/files/patch-util__neo_files.c')
-rw-r--r-- | www/clearsilver/files/patch-util__neo_files.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/clearsilver/files/patch-util__neo_files.c b/www/clearsilver/files/patch-util__neo_files.c new file mode 100644 index 000000000000..a1b29d4f182a --- /dev/null +++ b/www/clearsilver/files/patch-util__neo_files.c @@ -0,0 +1,11 @@ +--- ./util/neo_files.c.orig 2007-07-12 04:14:23.000000000 +0200 ++++ ./util/neo_files.c 2012-04-23 17:50:13.873212371 +0200 +@@ -216,7 +216,7 @@ + NEOERR *err = STATUS_OK; + + if (files == NULL) +- return nerr_raise(NERR_ASSERT, "Invalid call to ne_listdir_fmatch"); ++ return nerr_raise(NERR_ASSERT, "%s", "Invalid call to ne_listdir_fmatch"); + + if (*files == NULL) + { |