Changes between Initial Version and Version 2 of Ticket #32859


Ignore:
Timestamp:
Jan 12, 2012, 8:39:48 PM (12 years ago)
Author:
raimue (Rainer Müller)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32859

    • Property Cc neumann@… added
    • Property Keywords haspatch added; hashpatch removed
    • Property Owner changed from macports-tickets@… to jmpp@…
  • Ticket #32859 – Description

    initial v2  
    33The portfile needs an additional configure flag (see patch)
    44
     5{{{
    56info:build /Developer/usr/bin/clang -dynamiclib -pipe -O2 -arch x86_64 -pipe  -Os -Wall -Wno-implicit-int -fno-common -I/opt/local/include  -L/opt/local/lib -arch x86_64 -headerpad_max_install_names -Wl,-search_paths_first  -Wl,-single_module -o libtls1.6.dylib tls.o tlsIO.o tlsBIO.o tlsX509.o fixstrtod.o -L/opt/local/lib -lssl -lcrypto  -L/Library/Frameworks/Tcl.framework -ltclstub8.4
    67:info:build ld: warning: ignoring file /Library/Frameworks/Tcl.framework/libtclstub8.4.a, missing required architecture x86_64 in file
     
    1718:info:build   "_Tcl_InitStubs", referenced from:
    1819:info:build       _Tls_Init in tls.o
     20}}}