diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-12 15:09:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-12 15:09:21 +0000 |
commit | 2dbf892c19a9a6eb7adf9a50db2bdbdcef5c72d0 (patch) | |
tree | 61e7c0a106b5eff1819e334f66c6d7994b0e5889 /graphics/mapserver/files | |
parent | 5125ba17546ffbc9b0bd1f61177310e87cf741b9 (diff) |
Notes
Diffstat (limited to 'graphics/mapserver/files')
-rw-r--r-- | graphics/mapserver/files/patch-configure | 11 | ||||
-rw-r--r-- | graphics/mapserver/files/patch-map.h | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/mapserver/files/patch-configure b/graphics/mapserver/files/patch-configure new file mode 100644 index 000000000000..0ba3b15d3add --- /dev/null +++ b/graphics/mapserver/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Jun 7 16:05:35 2004 ++++ configure Mon Jun 7 16:05:50 2004 +@@ -8346,7 +8346,7 @@ + echo "$as_me:$LINENO: result: yes, user supplied MING directory" >&5 + echo "${ECHO_T}yes, user supplied MING directory" >&6 + MING_ENABLED=-DUSE_MING_FLASH +- MING_LIB=-L$with_ming -lming ++ MING_LIB="-L$with_ming -lming" + MING_INC=-I$with_ming + fi + diff --git a/graphics/mapserver/files/patch-map.h b/graphics/mapserver/files/patch-map.h new file mode 100644 index 000000000000..7164617819eb --- /dev/null +++ b/graphics/mapserver/files/patch-map.h @@ -0,0 +1,11 @@ +--- map.h.orig Mon Jun 7 16:12:02 2004 ++++ map.h Mon Jun 7 16:11:50 2004 +@@ -39,7 +39,7 @@ + #endif + + #ifdef USE_MING_FLASH +-#include "ming.h" ++#include "ming/ming.h" + #endif + + #include <sys/types.h> /* regular expression support */ |