1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/android-file-transfer
Jan Beich 2568504542 sysutils/android-file-transfer: unbreak on 9.x after r426565
In file included from cli/Session.cpp:22:0:
./cli/PosixStreams.h: In constructor 'cli::ObjectInputStream::ObjectInputStream(const string&)':
./cli/PosixStreams.h:72:18: error: 'perror' was not declared in this scope
     perror("open");
                  ^
./cli/PosixStreams.h: In constructor 'cli::ObjectOutputStream::ObjectOutputStream(const string&)':
./cli/PosixStreams.h:109:18: error: 'perror' was not declared in this scope
     perror("open");
                  ^

Changes:	40640fb...5a818d8
PR:		196712
Reported by:	pkg-fallout
2016-11-24 06:28:44 +00:00
..
files
distinfo sysutils/android-file-transfer: unbreak on 9.x after r426565 2016-11-24 06:28:44 +00:00
Makefile sysutils/android-file-transfer: unbreak on 9.x after r426565 2016-11-24 06:28:44 +00:00
pkg-descr