Changes between Initial Version and Version 8 of Ticket #3684


Ignore:
Timestamp:
Mar 24, 2016, 2:08:08 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3684

    • Property Cc eatmorepossom@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port gnome-libs added
  • Ticket #3684 – Description

    initial v8  
    11Fix gnome-libs on 10.4 (variable redefined as static)
    22
     3{{{
    34--- Portfile.orig       2005-06-23 10:50:21.000000000 -0700
    45+++ Portfile    2005-06-23 10:17:40.000000000 -0700
     
    910-patchfiles     patch_configure patch_ltmain.sh patch-XmHTMLP.h
    1011+patchfiles     patch_configure patch_ltmain.sh patch-XmHTMLP.h patch-XmHTMLI.h
    11  configure.args  --mandir=${prefix}/share/man --disable-gtk-doc --disable-test-g
    12 nome
     12 configure.args  --mandir=${prefix}/share/man --disable-gtk-doc --disable-test-gnome
    1313 configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
    1414                CFLAGS="-fstrict-aliasing -funroll-loops"
     15}}}