diff options
author | Marc Vertes <marc.vertes@ugrid.net> | 2016-03-18 21:21:39 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-22 10:58:57 +0200 |
commit | 3ab89df0030d905def63177ebc928ec23494fcfe (patch) | |
tree | a24ba99ed3f342d747f8df79a1b65d480c801e5c /testing/seamonkey/fix-sysctl.patch | |
parent | f90c15a50a5cefedf36bd7c043d5069b3652c092 (diff) | |
download | aports-3ab89df0030d905def63177ebc928ec23494fcfe.tar.bz2 aports-3ab89df0030d905def63177ebc928ec23494fcfe.tar.xz |
testing/seamonkey: new aport
http://www.seamonkey-project.org
Diffstat (limited to 'testing/seamonkey/fix-sysctl.patch')
-rw-r--r-- | testing/seamonkey/fix-sysctl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/seamonkey/fix-sysctl.patch b/testing/seamonkey/fix-sysctl.patch new file mode 100644 index 0000000000..d450950908 --- /dev/null +++ b/testing/seamonkey/fix-sysctl.patch @@ -0,0 +1,11 @@ +--- seamonkey-2.39/mozilla/media/libav/libavutil/cpu.c.orig ++++ seamonkey-2.39/mozilla/media/libav/libavutil/cpu.c +@@ -36,7 +36,7 @@ + #include <sys/param.h> + #endif + #include <sys/types.h> +-#include <sys/sysctl.h> ++#include <linux/sysctl.h> + #endif + #if HAVE_SYSCONF + #include <unistd.h> |