mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
8469a18e50
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-October/016796.html> Reviewed by: ports@
16 lines
312 B
C
16 lines
312 B
C
--- gettext-tools/src/x-glade.c.orig Sat Aug 28 11:53:08 2004
|
|
+++ gettext-tools/src/x-glade.c Sat Aug 28 11:53:48 2004
|
|
@@ -30,7 +30,11 @@
|
|
# include <dlfcn.h>
|
|
#else
|
|
# if HAVE_LIBEXPAT
|
|
-# include <expat.h>
|
|
+# if HAVE_BSDXML
|
|
+# include <bsdxml.h>
|
|
+# else
|
|
+# include <expat.h>
|
|
+# endif
|
|
# endif
|
|
#endif
|
|
|