diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-21 00:44:08 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-21 00:44:08 +0000 |
commit | 4de795b20197055f95dfea58893578951bf940a5 (patch) | |
tree | 7503d133a15e607a2ad4400f97cea075dec6c454 /packages/wireshark/files/use-our-lemon.patch | |
parent | 28bc945bbd5340d58b3f299aa443d380619eb010 (diff) | |
parent | 3bdb8ec7379bf1c34cb8e9f42aab247b9727f9a0 (diff) |
merge of '5d04d04dfc4ca490d4feb89775a2681116f3a403'
and 'ef7b9f80525af0b2374045ede01ecc82e2b7cac8'
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 \ |