Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18584 closed defect (fixed)

glut: does not build universal

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: glut

Description

Installing glut +universal results in libraries that are not universal.

$ port installed glut
The following ports are currently installed:
  glut @3.7_2+universal (active)
$ port contents glut | sed 1d | xargs file
/mp/include/GL/glut.h:     ASCII C program text
/mp/lib/libglut.3.7.dylib: Mach-O dynamically linked shared library i386
/mp/lib/libglut.3.dylib:   symbolic link to `libglut.3.7.dylib'
/mp/lib/libglut.a:         current ar archive random library
/mp/lib/libglut.dylib:     symbolic link to `libglut.3.7.dylib'
$

Change History (5)

comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

r47085: added "universal_variant no" for now; maybe we can come up with an actual solution later.

comment:2 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Because glut is now just a stub package (r47381), can this ticket be closed?

comment:3 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: mcalhoun@… added

Cc Me!

comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Yes, thanks.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.