freebsd-ports/graphics/flphoto/files/patch-camera.cxx
Li-Wen Hsu 24ebca4c22 - Unbreak
- Respect NOPORTDOCS

PR:		ports/127398
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	Ying-Chieh Chen <yinjieh AT csie.nctu.edu.tw> (maintainer)
2008-09-25 05:34:25 +00:00

10 lines
302 B
C++

--- camera.cxx.orig 2008-09-15 21:32:33.000000000 +0800
+++ camera.cxx 2008-09-15 21:33:49.000000000 +0800
@@ -42,6 +42,7 @@
# define fl_mkdir(p) mkdir(p)
#else
# include <unistd.h>
+# include <sys/stat.h>
# define fl_mkdir(p) mkdir(p, 0777)
#endif // WIN32 && !__CYGWIN__
#include <errno.h>