bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Build failure on OS X 10.6.8


From: Louis Zulli
Subject: Re: [Bug-gnubg] Build failure on OS X 10.6.8
Date: Fri, 25 Jan 2013 15:08:47 -0500

> 
> PS---Wasn't there once something in autogen.sh to deal with this? Nothing 
> there anymore.
> _______________________________________________


I was half remebering this, which is now in configure.ac:

 *-*-darwin*)
    darwin=yes
    LDFLAGS="$LDFLAGS -dylib_file 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 `/opt/local/bin/pkg-config --libs glib-2.0`"
    AC_DEFINE(USE_APPLE_OPENGL, 1, [Define if using Apple OpenGL])
    ;;
esac




reply via email to

[Prev in Thread] Current Thread [Next in Thread]