diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile index d9eddf79c7fe..fea7fc1733b4 100644 --- a/sysutils/qlogtools/Makefile +++ b/sysutils/qlogtools/Makefile @@ -1,6 +1,6 @@ PORTNAME= qlogtools PORTVERSION= 3.1 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/${PORTNAME}/ diff --git a/sysutils/qlogtools/files/patch-qfilelog.c b/sysutils/qlogtools/files/patch-qfilelog.c new file mode 100644 index 000000000000..aab6050e60f8 --- /dev/null +++ b/sysutils/qlogtools/files/patch-qfilelog.c @@ -0,0 +1,14 @@ +--- qfilelog.c.orig ++++ qfilelog.c +@@ -1,10 +1,9 @@ ++#include + #include + #include + #include + #include + #include +- +-extern int errno; + + #define PAUSE sleep(60) +