]> git.pld-linux.org Git - packages/btmgr.git/blob - nasm.patch
- x86_64 does not understand "-t us", pff
[packages/btmgr.git] / nasm.patch
1 http://sourceforge.net/mailarchive/message.php?msg_id=7380111
2
3 --- btmgr-3.7-1/./manager/helptool.h~   2000-09-02 18:21:51.000000000 +0300
4 +++ btmgr-3.7-1/./manager/helptool.h    2011-07-20 14:09:24.750719959 +0300
5 @@ -623,7 +623,8 @@
6  
7  %macro endblock 0-1
8         %ifctx orblock
9 -               cat_jmp %$ifnot,__level__
10 +;       cat_jmp %$ifnot,__level__    ; as it was
11 +        jmp %$$ifnot       ; this does - 0.98 or 0.98.35
12                 %$iftrue:
13         %elifctx andblock
14         %else
This page took 0.074923 seconds and 3 git commands to generate.