Opened 14 years ago
Closed 14 years ago
#25602 closed defect (fixed)
wine-crossover-games fails to build with openssl 1.0.0a
Reported by: | danielluke (Daniel J. Luke) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | wine-crossover-games |
Description
I didn't verify that this is related to the openssl upgrade, but it probably is
/usr/bin/gcc-4.2 -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith -I/opt/local/include -D_DARWIN_NO_64_BIT_INODE -pipe -O2 -arch i386 -o net.o net.c net.c: In function 'netconn_secure_verify': net.c:342: error: 'struct stack_st_X509' has no member named 'num' net.c:346: error: 'struct stack_st_X509' has no member named 'data' net.c: In function 'netconn_init': net.c:495: warning: assignment discards qualifiers from pointer target type make[2]: *** [net.o] Error 1 make[1]: *** [winhttp] Error 2 make: *** [dlls] Error 2 shell command " cd "/opt/local/var/macports/build/_Volumes_Extra_dluke_Projects_macports_dports_x11_wine-crossover-games/work/wine" && /usr/bin/make depend all " returned error 2
Change History (2)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Summary: | wine-crossover-games fails to build (after uprgading openssl to 1.0.0a) → wine-crossover-games fails to build with openssl 1.0.0a |
comment:2 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This patch is supposed to fix it.