diff options
author | Eric Shattow <jnc@gentoo.org> | 2005-03-11 03:48:21 +0000 |
---|---|---|
committer | Eric Shattow <jnc@gentoo.org> | 2005-03-11 03:48:21 +0000 |
commit | 25344060e0032c0d68642a3eff8f922bb516cd61 (patch) | |
tree | 724c0f44c9ccee1a9882ff0824108c5d9a3dee23 /dev-cpp/libxmlpp/files | |
parent | Remove dev-dotnet/mono-1.1.4 mask (it's now dev-lang/mono) (diff) | |
download | historical-25344060e0032c0d68642a3eff8f922bb516cd61.tar.gz historical-25344060e0032c0d68642a3eff8f922bb516cd61.tar.bz2 historical-25344060e0032c0d68642a3eff8f922bb516cd61.zip |
modified patch from mrbones. closes #83794.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-cpp/libxmlpp/files')
-rw-r--r-- | dev-cpp/libxmlpp/files/digest-libxmlpp-1.0.4-r2 | 1 | ||||
-rw-r--r-- | dev-cpp/libxmlpp/files/libxmlpp-1.0.4-pc.patch | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/dev-cpp/libxmlpp/files/digest-libxmlpp-1.0.4-r2 b/dev-cpp/libxmlpp/files/digest-libxmlpp-1.0.4-r2 new file mode 100644 index 000000000000..2f4fbe69a313 --- /dev/null +++ b/dev-cpp/libxmlpp/files/digest-libxmlpp-1.0.4-r2 @@ -0,0 +1 @@ +MD5 d7a28fa79199ea957ac4be7c88c412a7 libxml++-1.0.4.tar.bz2 281768 diff --git a/dev-cpp/libxmlpp/files/libxmlpp-1.0.4-pc.patch b/dev-cpp/libxmlpp/files/libxmlpp-1.0.4-pc.patch new file mode 100644 index 000000000000..6314ba088448 --- /dev/null +++ b/dev-cpp/libxmlpp/files/libxmlpp-1.0.4-pc.patch @@ -0,0 +1,10 @@ +--- libxml++-1.0.pc.in.orig 2005-03-07 00:44:23.000000000 -0500 ++++ libxml++-1.0.pc.in 2005-03-07 00:44:37.000000000 -0500 +@@ -8,5 +8,5 @@ + Requires: libxml-2.0 + Version: @VERSION@ + Libs: -L${libdir} -lxml++-1.0 +-Cflags: -I${includedir}/libxml++-1.0 -I${libdir}/libxml++-1.0/include ++Cflags: -I${includedir}/libxml++-1.0 + + |