diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-15 19:41:18 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-15 19:41:18 +0000 |
commit | 6f1c592a9f9772a3855914762912692d8c1ff45a (patch) | |
tree | d36f333ea5d5ad0df82a8e81326057115ef2ecdb /net | |
parent | 7b1fcb8aaac6c9bfb9f0a954b285495bfbb879f9 (diff) | |
download | freebsd-ports-6f1c592a9f9772a3855914762912692d8c1ff45a.zip |
Fix -current build.
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/priss/files/patch-ai | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/priss/files/patch-ai b/net/priss/files/patch-ai new file mode 100644 index 000000000000..d2033ef5e4a7 --- /dev/null +++ b/net/priss/files/patch-ai @@ -0,0 +1,10 @@ +--- QTFile/OSHeaders.h.orig Wed Jul 7 02:41:59 1999 ++++ QTFile/OSHeaders.h Mon Apr 15 21:33:09 2002 +@@ -69,6 +69,7 @@ + + /* Includes */ + #include <sys/types.h> ++ #include <sys/param.h> + + /* Constants */ + #define QT_TIME_TO_LOCAL_TIME (-2082844800) |