diff options
author | grafi <grafi@grafi.jp> | 2015-12-09 18:11:07 +0900 |
---|---|---|
committer | grafi <grafi@grafi.jp> | 2015-12-09 18:14:06 +0900 |
commit | 88c81b9424e85653751230b288fb6d59f5588c0a (patch) | |
tree | 92241fb803b45e2f525177f5b77019e122bc717f /dev-dotnet/soup-sharp/files | |
parent | Merge pull request #145 from ArsenShnurkov/2710 (diff) | |
download | dotnet-88c81b9424e85653751230b288fb6d59f5588c0a.tar.gz dotnet-88c81b9424e85653751230b288fb6d59f5588c0a.tar.bz2 dotnet-88c81b9424e85653751230b288fb6d59f5588c0a.zip |
add webkitgtk-sharp and soup-sharp
Diffstat (limited to 'dev-dotnet/soup-sharp/files')
-rw-r--r-- | dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-4404312-libdir.patch | 16 | ||||
-rw-r--r-- | dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-5898dab-mcs.patch | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-4404312-libdir.patch b/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-4404312-libdir.patch new file mode 100644 index 0000000..b50ca10 --- /dev/null +++ b/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-4404312-libdir.patch @@ -0,0 +1,16 @@ +diff --git a/soup-sharp-2.4.pc.in b/soup-sharp-2.4.pc.in +index c2dd575..84e5e2c 100644 +--- a/soup-sharp-2.4.pc.in ++++ b/soup-sharp-2.4.pc.in +@@ -1,9 +1,10 @@ + prefix=@prefix@ + exec_prefix=${prefix} + libdir=@libdir@ ++pkglibdir=${exec_prefix}/lib/mono/@ASSEMBLY_NAME@ + + Name: @ASSEMBLY_TITLE@ + Description: @ASSEMBLY_DESCRIPTION@ + Version: @VERSION@ + Requires: +-Libs: -r:${libdir}/mono/@ASSEMBLY_NAME@/@ASSEMBLY_NAME@.dll ++Libs: -r:${pkglibdir}/@ASSEMBLY_NAME@.dll diff --git a/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-5898dab-mcs.patch b/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-5898dab-mcs.patch new file mode 100644 index 0000000..806ad72 --- /dev/null +++ b/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-5898dab-mcs.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index fe7b089..d1fdac9 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -39,7 +39,7 @@ PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= 1.0, has_mono=true, has_mono=false) + + if test "x$has_mono" = "xtrue"; then + 1 AC_PATH_PROG(RUNTIME, mono, no) +- AC_PATH_PROG(CSC, gmcs, no) ++ AC_PATH_PROG(CSC, mcs, no) + LIB_PREFIX=.so + LIB_SUFFIX= + else |