1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add a patch to permit compilation with gcc > 4.2.1.

PR:		ports/139652
Submitted by:	Olivier Cochard-Labbé <olivier@cochard.me>

Approved by:	maintainer timeout (6 months)

Feature safe:   yes
This commit is contained in:
Doug Barton 2010-06-27 01:21:46 +00:00
parent acc4e802c7
commit 8f2d200d40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257033

View File

@ -0,0 +1,14 @@
--- layoutex/ParagraphLayout.bak 2009-10-15 21:21:15.000000000 +0200
+++ layoutex/ParagraphLayout.cpp 2009-10-15 21:22:44.000000000 +0200
@@ -813,7 +813,7 @@
return nullLanguageCode;
}
-#elif
+#else
// TODO - dummy implementation for right now...
le_int32 ParagraphLayout::getLanguageCode(const Locale *locale)