diff options
author | anders <anders@FreeBSD.org> | 2002-04-16 03:41:18 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-04-16 03:41:18 +0800 |
commit | 358b59d07c6e7475ed469a4e29c3ba8f55a9d36a (patch) | |
tree | 4e735a1a0a245bb931268afc70b55d1258cf2042 | |
parent | 77a1c8cfe852239a7a66f8dd2e3df0d4772ab221 (diff) | |
download | freebsd-ports-gnome-358b59d07c6e7475ed469a4e29c3ba8f55a9d36a.tar.gz freebsd-ports-gnome-358b59d07c6e7475ed469a4e29c3ba8f55a9d36a.tar.zst freebsd-ports-gnome-358b59d07c6e7475ed469a4e29c3ba8f55a9d36a.zip |
Fix -current build.
Approved by: maintainer
-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) |