diff options
author | krion <krion@FreeBSD.org> | 2003-07-24 12:53:25 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-24 12:53:25 +0000 |
commit | 46ba581a9fd350608fa8d469cec1bc32338ae0ac (patch) | |
tree | e114b734e38043bad012dfd50b09fa1ff0c865b8 /deskutils/babytrans | |
parent | f7702daea5c52c16480227e90180c86e34aa5879 (diff) | |
download | FreeBSD-ports-46ba581a9fd350608fa8d469cec1bc32338ae0ac.zip FreeBSD-ports-46ba581a9fd350608fa8d469cec1bc32338ae0ac.tar.gz |
Fix build on -CURRENT
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'deskutils/babytrans')
-rw-r--r-- | deskutils/babytrans/files/patch-src::main.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/babytrans/files/patch-src::main.cc b/deskutils/babytrans/files/patch-src::main.cc new file mode 100644 index 0000000..b3e1434 --- /dev/null +++ b/deskutils/babytrans/files/patch-src::main.cc @@ -0,0 +1,10 @@ +--- src/main.cc.orig Thu Jul 24 14:51:02 2003 ++++ src/main.cc Thu Jul 24 14:51:15 2003 +@@ -49,6 +49,7 @@ + + #include <sys/stat.h> // for stat() + #include <unistd.h> // for stat() ++#include <assert.h> + + #include <cerrno> + |