You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-forensics/afflib/files/afflib-3.6.12-pyaff-header....

14 lines
330 B

Fix include location based on the include directories passed via CFLAGS.
--- afflib-3.6.12/pyaff/pyaff.c.orig
+++ afflib-3.6.12/pyaff/pyaff.c
@@ -21,7 +21,7 @@
****************************************************/
#include "Python.h"
-#include "lib/afflib.h"
+#include "afflib.h"
#include <string.h>
#include <stdlib.h>