diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2006-01-09 20:58:52 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2006-01-09 20:58:52 +0000 |
commit | cf4a7529c2919fca4c99f10455d1fd11d4137082 (patch) | |
tree | 1758bc092fc5515e3c3ecb866e8fa014c6906e5a /net-p2p/ktorrent2 | |
parent | e67f22fd29cf805c546cac91d521db86fcafde1e (diff) | |
download | ports-cf4a7529c2919fca4c99f10455d1fd11d4137082.tar.gz ports-cf4a7529c2919fca4c99f10455d1fd11d4137082.zip |
Fix build if libtorrent is present
Reported by: Marcin Jessa <lists@yazzy.org>
Notes
Notes:
svn path=/head/; revision=153160
Diffstat (limited to 'net-p2p/ktorrent2')
-rw-r--r-- | net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in b/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in new file mode 100644 index 000000000000..f2fa75559bfe --- /dev/null +++ b/net-p2p/ktorrent2/files/patch-plugins-partfileimport-Makefile.in @@ -0,0 +1,11 @@ +--- plugins/partfileimport/Makefile.in.orig Mon Jan 9 21:49:01 2006 ++++ plugins/partfileimport/Makefile.in Mon Jan 9 21:49:23 2006 +@@ -257,7 +257,7 @@ + xdg_appsdir = @xdg_appsdir@ + xdg_directorydir = @xdg_directorydir@ + xdg_menudir = @xdg_menudir@ +-INCLUDES = $(all_includes) -I$(srcdir)/../../libktorrent ++INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes) + #>- METASOURCES = AUTO + kde_module_LTLIBRARIES = ktpartfileimportplugin.la + noinst_HEADERS = partfileimportplugin.h multidatachecker.h importdialog.h |