diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-12 19:35:30 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-12 19:35:30 +0000 |
commit | 2e38362afbcefaa4ab8dea9b3268d620769bba3f (patch) | |
tree | 94c073e2c7585ec0a8827126d973088173230c29 /sysutils/acidlaunch/files/patch-configure | |
parent | Fix build error. (diff) |
New port: acidlaunch
Acidlaunch is a small, light-weight dockable app launcher with a simple
XML-based configuration syntax. It's great as a small, simple app launcher, and
it can optionally run in a withdrawn mode for embedding in the BlackBox
slit.
Submitted by: Alexey Dokuchaev
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() { |