[MacPorts] #25991: wine-devel: OpenSSL 32-bit development files not found, SSL won't be supported
MacPorts
noreply at macports.org
Fri Sep 3 20:19:27 PDT 2010
#25991: wine-devel: OpenSSL 32-bit development files not found, SSL won't be
supported
-------------------------------------+--------------------------------------
Reporter: chris.macphee@… | Owner: ryandesign@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: wine-devel
-------------------------------------+--------------------------------------
Changes (by ryandesign@…):
* cc: mcalhoun@… (added)
Comment:
Really, it looks like a problem in these lines of the muniversal
portgroup:
{{{
# /usr/bin/diff can merge two C/C++ files
# See
http://www.gnu.org/software/diffutils/manual/html_mono/diff.html#If-then-
else
# See
http://www.gnu.org/software/diffutils/manual/html_mono/diff.html#Detailed
%20If-then-else
set diffFormatProc {--old-group-format='#if (defined(__ppc__) ||
defined(__ppc64__))
%<#endif /* __ppc__ || __ppc64__ */
' \
--new-group-format='#if defined (__i386__) || defined(__x86_64__)
%>#endif /* __i386__ || __x86_64__ */
' \
--unchanged-group-format='%=' \
--changed-group-format='#if (defined(__ppc__) || defined(__ppc64__))
%<#else /* ! __ppc__ && ! __ppc64__ */
%>#endif /* __ppc__ || __ppc64__ */
'}
}}}
Somehow bits that are supposed to be arguments to the diff program run by
muniversal are ending up in the actual merged header file. Marcus, do you
have an idea how to fix this?
--
Ticket URL: <http://trac.macports.org/ticket/25991#comment:16>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list