diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2005-01-16 09:51:14 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2005-01-16 09:51:14 +0000 |
commit | 196e8db973169c7637c4004d1fb5aec788b9c94d (patch) | |
tree | 796111113886661ef29b851a9042a28ff827c020 /dev-dotnet/pnetlib/files | |
parent | Fixed bad ninja. (diff) | |
download | historical-196e8db973169c7637c4004d1fb5aec788b9c94d.tar.gz historical-196e8db973169c7637c4004d1fb5aec788b9c94d.tar.bz2 historical-196e8db973169c7637c4004d1fb5aec788b9c94d.zip |
new version; can now be installed in parallel with mono
Package-Manager: portage-2.0.51-r12
Diffstat (limited to 'dev-dotnet/pnetlib/files')
-rw-r--r-- | dev-dotnet/pnetlib/files/0.6.12-resgen.patch | 11 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/files/configure-freetype.patch | 11 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/files/digest-pnetlib-0.6.12 | 1 |
3 files changed, 23 insertions, 0 deletions
diff --git a/dev-dotnet/pnetlib/files/0.6.12-resgen.patch b/dev-dotnet/pnetlib/files/0.6.12-resgen.patch new file mode 100644 index 000000000000..775360c64ffc --- /dev/null +++ b/dev-dotnet/pnetlib/files/0.6.12-resgen.patch @@ -0,0 +1,11 @@ +--- configure.in.orig 2005-01-16 08:18:30.586416224 +0100 ++++ configure.in 2005-01-16 08:20:48.656426392 +0100 +@@ -143,7 +143,7 @@ + + dnl Find the .NET resource generator to use. + if test "$MSTOOLS" = "no"; then +- AC_PATH_PROG(RESGEN, resgen,, $PNET_PATH/resgen:${prefix}/bin:$PATH) ++ AC_PATH_PROG(RESGEN, resgen.pnet,, $PNET_PATH/resgen.pnet:${prefix}/bin:$PATH) + if test "$RESGEN" = "" ; then + echo '**************************************************************' + echo "Portable.NET's or Microsoft's resgen is required to build." diff --git a/dev-dotnet/pnetlib/files/configure-freetype.patch b/dev-dotnet/pnetlib/files/configure-freetype.patch new file mode 100644 index 000000000000..0839a291f370 --- /dev/null +++ b/dev-dotnet/pnetlib/files/configure-freetype.patch @@ -0,0 +1,11 @@ +--- configure.in.orig 2005-01-16 10:43:47.259280528 +0100 ++++ configure.in 2005-01-16 10:44:16.855781176 +0100 +@@ -76,7 +76,7 @@ + XFT_INC= + else + X11_LIB=-lX11 +- if test "x$xft" != "xfalse" && "x$FREETYPE_CONFIG" != "xno" ; then ++ if test "x$xft" != "xfalse" && test "$FREETYPE_CONFIG" != "no" ; then + XFT_LIB=-lXft + XFT_INC=`$FREETYPE_CONFIG --cflags` + AC_DEFINE(USE_XFT_EXTENSION) diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.12 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.12 new file mode 100644 index 000000000000..f3e2412e8126 --- /dev/null +++ b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.12 @@ -0,0 +1 @@ +MD5 e2c4f185b1f43aca2093ad39c72e7e41 pnetlib-0.6.12.tar.gz 4021922 |