mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
2e38362afb
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
21 lines
404 B
Plaintext
21 lines
404 B
Plaintext
--- 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() {
|