freebsd-ports/russian/prawda/files/patch-src-face-main.cpp
Roman Bogorodskiy a8125260aa - Fix build with clang [1]
- Improve CXX respect (some makefiles had g++ hardcoded before)
- Convert to new header format
- Drop maintainership

Reported by:	pkg-fallout [1]
2013-09-12 15:12:49 +00:00

11 lines
440 B
C++

--- src/face/main.cpp.orig 2013-09-12 18:53:29.000000000 +0400
+++ src/face/main.cpp 2013-09-12 18:53:35.000000000 +0400
@@ -223,7 +223,7 @@
/***************************************************************************/
/***************************************************************************/
-int main( short argc, char *argv[] )
+int main( int argc, char *argv[] )
{ char r,r1 ;
char Str[200]="" ;
short sx=80,sy=50 ;