diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-30 06:16:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-30 06:16:38 +0000 |
commit | 7d45e9d31aaa8b0a105bd8564ced90a9297aeb07 (patch) | |
tree | 54ea28617430a6aa5668fcfd1178503c186c0138 /net/mediatomb/files | |
parent | 51297704f739b7df28f842ffd28a1fb3f4ee31f4 (diff) | |
download | ports-7d45e9d31aaa8b0a105bd8564ced90a9297aeb07.tar.gz ports-7d45e9d31aaa8b0a105bd8564ced90a9297aeb07.zip |
Notes
Diffstat (limited to 'net/mediatomb/files')
-rw-r--r-- | net/mediatomb/files/config.xml.dist.in | 4 | ||||
-rw-r--r-- | net/mediatomb/files/patch-configure | 20 |
2 files changed, 2 insertions, 22 deletions
diff --git a/net/mediatomb/files/config.xml.dist.in b/net/mediatomb/files/config.xml.dist.in index 3f5f8fa88d3b..7ad2d076d0e7 100644 --- a/net/mediatomb/files/config.xml.dist.in +++ b/net/mediatomb/files/config.xml.dist.in @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <config - xmlns="http://mediatomb.cc/0.9.0/config" + xmlns="http://mediatomb.cc/0.9.1/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://mediatomb.cc/0.9.0/config http://mediatomb.cc/0.9.0/config.xsd"> + xsi:schemaLocation="http://mediatomb.cc/0.9.1/config http://mediatomb.cc/0.9.1/config.xsd"> <server> <ui enabled="yes"> <accounts enabled="no" session-timeout="30"/> diff --git a/net/mediatomb/files/patch-configure b/net/mediatomb/files/patch-configure deleted file mode 100644 index d56c373a2bc1..000000000000 --- a/net/mediatomb/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Wed Apr 18 00:30:20 2007 -+++ configure Wed Apr 18 00:35:27 2007 -@@ -17349,7 +17349,7 @@ - - if test "x$SQLITE3_OK" = xyes; then - if test -n "$SQLITE3_SEARCH_LIBS"; then -- LDFLAGS="-L$SQLITE3_SEARCH_LIBS $RT_LIBS" -+ LDFLAGS="$LDFLAGS -L$SQLITE3_SEARCH_LIBS $RT_LIBS" - { echo "$as_me:$LINENO: Will search for sqlite3 libraries in $withval" >&5 - echo "$as_me: Will search for sqlite3 libraries in $withval" >&6;} - echo "$as_me:$LINENO: checking for sqlite3_open in -lsqlite3" >&5 -@@ -23239,7 +23239,7 @@ - echo "$as_me:$LINENO: result: $ac_cv_lib_extractor_EXTRACTOR_getKeywords" >&5 - echo "${ECHO_T}$ac_cv_lib_extractor_EXTRACTOR_getKeywords" >&6 - if test $ac_cv_lib_extractor_EXTRACTOR_getKeywords = yes; then -- LDFLAGS="-L$EXTRACTOR_SEARCH_LIBS -lextractor" -+ EXTRACTOR_LIBS="-L$EXTRACTOR_SEARCH_LIBS -lextractor" - else - - { { echo "$as_me:$LINENO: error: extractor libraries not found in requested location $EXTRACTOR_SEARCH_LIBS" >&5 |