Opened 15 years ago
Closed 15 years ago
#20657 closed defect (duplicate)
perl - 5.x - +universal variant does not build universal perl
Reported by: | jameskyle@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: |
Description
The +universal variant does nothing for the perl build. When compiling by hand, it's done like this:
export SDK=/Developer/SDKs/MacOSX10.5.sdk/ ./Configure -Accflags="-arch i686 -arch ppc -arch x86_64 -arch ppc64 -fPIC -nostdinc -B$SDK/usr/include/gcc \ -B$SDK/usr/lib/gcc -isystem$SDK/usr/include \ -F$SDK/System/Library/Frameworks" \ -Aldflags="-arch i686 -arch ppc -arch ppc64 -arch x86_64 -Wl,-syslibroot,$SDK" \ -de && make
Change History (1)
comment:1 Changed 15 years ago by tobypeterson
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
dupe of #20404