diff options
Diffstat (limited to 'security/pidgin-otr/files/patch-Makefile')
-rw-r--r-- | security/pidgin-otr/files/patch-Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/pidgin-otr/files/patch-Makefile b/security/pidgin-otr/files/patch-Makefile new file mode 100644 index 000000000000..61a09b299f92 --- /dev/null +++ b/security/pidgin-otr/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.bak Fri Dec 17 16:19:08 2004 ++++ Makefile Fri Dec 17 16:19:16 2004 +@@ -1,4 +1,4 @@ + all install clean distclean: +- make -C libotr $@ +- make -C gaim-otr $@ +- make -C tools $@ ++ gmake -C libotr $@ ++ gmake -C gaim-otr $@ ++ gmake -C tools $@ |