diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-18 13:50:04 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-18 13:50:04 +0000 |
commit | a29979e19ed76c2029cfd822951b7fde56a98a8e (patch) | |
tree | 85102cf43b72d5ce2294ab17f565183b4436729d /packages/wireshark/files/use-our-lemon.patch | |
parent | 16b15891b993ca44dacd6c15ec678b2eac721548 (diff) | |
parent | 302f1878f6adacd506a24dd55fecc262a57bf61e (diff) |
merge of '1d2340f5c0766711d217ca40fbfcb4cb196412ac'
and '8bee8c12a8f566036b80dc740f5215782a19eb8b'
Diffstat (limited to 'packages/wireshark/files/use-our-lemon.patch')
-rw-r--r-- | packages/wireshark/files/use-our-lemon.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/wireshark/files/use-our-lemon.patch b/packages/wireshark/files/use-our-lemon.patch new file mode 100644 index 0000000000..c2850807db --- /dev/null +++ b/packages/wireshark/files/use-our-lemon.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- ethereal-0.99.0/tools/Makefile.am~use-our-lemon ++++ ethereal-0.99.0/tools/Makefile.am +@@ -21,7 +21,7 @@ + # along with this program; if not, write to the Free Software + # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +-SUBDIRS = lemon ++SUBDIRS = + + PIDL_FILES= \ + pidl/MANIFEST \ |