#15679: gtkglarea: Build failure ----------------------------------+----------------------------------------- Reporter: raimue@macports.org | Owner: digdog@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: gtkglarea ----------------------------------+----------------------------------------- Comment (by raimue@macports.org): Sorry, can't attach it at the moment ([http://lists.macosforge.org/pipermail/macports- dev/2008-June/005435.html]), so I will post it inline: {{{ Index: Portfile =================================================================== --- Portfile (revision 37687) +++ Portfile (working copy) @@ -18,3 +18,10 @@ checksums md5 cd82b1ca47d9bd13e0b890181b33a871 depends_lib port:glib1 port:gettext configure.cflags -no-cpp-precomp +configure.ldflags -framework OpenGL + +platform darwin 9 { + configure.ldflags-append \ + -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\ + /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib +} }}} -- Ticket URL: <http://trac.macports.org/ticket/15679#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS