diff options
author | sada <sada@FreeBSD.org> | 2002-05-17 02:23:10 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-17 02:23:10 +0800 |
commit | a9b0f363cf1471ca027242099490c1ee15d99fce (patch) | |
tree | 3ea2c652b5578bb9ec47596d9e22dba162280fc4 /multimedia/vcdimager/files | |
parent | e00327726279194d7a7922cc8eb5615fd86aab28 (diff) | |
download | freebsd-ports-graphics-a9b0f363cf1471ca027242099490c1ee15d99fce.tar.gz freebsd-ports-graphics-a9b0f363cf1471ca027242099490c1ee15d99fce.tar.zst freebsd-ports-graphics-a9b0f363cf1471ca027242099490c1ee15d99fce.zip |
- Enable XML Frontend.
- Remove needless install-info lines.
PR: ports/36698
Submitted by: maintainer
Diffstat (limited to 'multimedia/vcdimager/files')
-rw-r--r-- | multimedia/vcdimager/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/vcdimager/files/patch-configure b/multimedia/vcdimager/files/patch-configure new file mode 100644 index 00000000000..080ef9f0ed6 --- /dev/null +++ b/multimedia/vcdimager/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Wed Apr 3 18:24:13 2002 ++++ configure Wed Apr 3 18:25:13 2002 +@@ -7790,7 +7790,7 @@ + + #include <stdlib.h> + #include <stdio.h> +-#include <xmlversion.h> ++#include <libxml2/libxml/xmlversion.h> + + int + main() +@@ -7911,7 +7911,7 @@ + #line 7911 "configure" + #include "confdefs.h" + +-#include <xmlversion.h> ++#include <libxml2/libxml/xmlversion.h> + #include <stdio.h> + + #ifdef F77_DUMMY_MAIN |