Changes between Initial Version and Version 1 of Ticket #37546, comment 15


Ignore:
Timestamp:
May 30, 2013, 9:23:57 PM (11 years ago)
Author:
macgeek21@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37546, comment 15

    initial v1  
    1 I was able to get the doxygen +wizard to build with 1.8.3.1 by changing line 150 from
     1I was able to get the doxygen +wizard variant to build with doxygen 1.8.3.1 by changing line 150 in the Portfile as follows
    22
    33original: reinplace "/CONFIG/s@x86 ppc@${qt_arch_types}@/" \[[BR]]
    44modified: reinplace "/CONFIG/s@x86@${qt_arch_types}@/" \[[BR]]
    55
    6 It looks like the ppc option has been removed, but the RE was sill looking for it
     6It looks like the ppc arch option has been removed from the addons/doxywizard/doxywizard.pro.in file, but the RE was sill looking for it in the Portfile