diff options
Diffstat (limited to 'sysutils/acidlaunch/files/patch-configure')
-rw-r--r-- | sysutils/acidlaunch/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/acidlaunch/files/patch-configure b/sysutils/acidlaunch/files/patch-configure new file mode 100644 index 000000000000..813be33d5e1e --- /dev/null +++ b/sysutils/acidlaunch/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Fri Feb 22 04:45:04 2002 ++++ configure Fri Apr 11 20:25:11 2003 +@@ -1044,7 +1044,7 @@ + #include <stdlib.h> + #include <stdio.h> + #include <string.h> +-#include <xmlversion.h> ++#include <libxml/xmlversion.h> + + int + main() +@@ -1155,7 +1155,7 @@ + #line 1156 "configure" + #include "confdefs.h" + +-#include <xmlversion.h> ++#include <libxml/xmlversion.h> + #include <stdio.h> + + int main() { |