diff options
author | sat <sat@FreeBSD.org> | 2007-06-11 18:26:14 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-11 18:26:14 +0800 |
commit | ee814d6cbb1c9294383f7c9910bee4ca58468870 (patch) | |
tree | 7fad65aa5f125be5e988ff2557086225b9c5910d /russian | |
parent | 106facc79b2c7a0e97810161213367d84df434f0 (diff) | |
download | freebsd-ports-gnome-ee814d6cbb1c9294383f7c9910bee4ca58468870.tar.gz freebsd-ports-gnome-ee814d6cbb1c9294383f7c9910bee4ca58468870.tar.zst freebsd-ports-gnome-ee814d6cbb1c9294383f7c9910bee4ca58468870.zip |
- Attempt to fix build on 5.x
Reported by: pointyhat via kris
Approved by: Alex Keda <admin@lissyara.su> (maintainer)
Diffstat (limited to 'russian')
-rw-r--r-- | russian/xneur/files/patch-lib__config__xnconfig_memory.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/russian/xneur/files/patch-lib__config__xnconfig_memory.c b/russian/xneur/files/patch-lib__config__xnconfig_memory.c new file mode 100644 index 000000000000..ffd68331c4b2 --- /dev/null +++ b/russian/xneur/files/patch-lib__config__xnconfig_memory.c @@ -0,0 +1,10 @@ +--- ./lib/config/xnconfig_memory.c.orig Mon Jun 11 12:08:15 2007 ++++ ./lib/config/xnconfig_memory.c Mon Jun 11 12:08:29 2007 +@@ -17,6 +17,7 @@ + * + */ + ++#include <sys/_types.h> + #include <sys/shm.h> + #include <string.h> + |