diff options
author | 2004-04-17 18:53:41 +0000 | |
---|---|---|
committer | 2004-04-17 18:53:41 +0000 | |
commit | 3f4005b207de044902b169db1edd77d32765c56d (patch) | |
tree | e5766df6c98ca4c1cd04e3a8fd86ddc3e376aa66 /media-gfx/xv/files | |
parent | Marked stable on hppa. (diff) | |
download | historical-3f4005b207de044902b169db1edd77d32765c56d.tar.gz historical-3f4005b207de044902b169db1edd77d32765c56d.tar.bz2 historical-3f4005b207de044902b169db1edd77d32765c56d.zip |
fix for segfaults on amd64
Diffstat (limited to 'media-gfx/xv/files')
-rw-r--r-- | media-gfx/xv/files/xv-use-getcwd.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-gfx/xv/files/xv-use-getcwd.patch b/media-gfx/xv/files/xv-use-getcwd.patch new file mode 100644 index 000000000000..23c13f39fd83 --- /dev/null +++ b/media-gfx/xv/files/xv-use-getcwd.patch @@ -0,0 +1,10 @@ +--- xv.h.old 2004-04-17 11:43:18.221960440 +0100 ++++ xv.h 2004-04-17 11:43:30.290125800 +0100 +@@ -66,6 +66,7 @@ + # ifndef _LINUX_LIMITS_H + # include <linux/limits.h> + # endif ++# define USE_GETCWD + #endif + + |