1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with clang 6.0.0

This commit is contained in:
Thomas Zander 2018-03-04 16:53:36 +00:00
parent a8682d1eb2
commit 484332e24f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463586

View File

@ -0,0 +1,11 @@
--- sapserver.cpp.orig 2009-03-01 19:58:22 UTC
+++ sapserver.cpp
@@ -128,7 +128,7 @@ help(void)
static void
version(void)
{
- puts(PACKAGE_NAME" version "PACKAGE_VERSION"\n"
+ puts(PACKAGE_NAME " version " PACKAGE_VERSION"\n"
"Copyright (C) 1999-2005 VideoLAN project\n"
"This is free software; see the source for copying conditions.\n"
"There is NO warranty; not even for MERCHANTABILITY or\n"