Search
lxdream.org :: lxdream :: r542:96c5494e02fd
lxdream 0.9.1
released Jun 29
Download Now
changeset542:96c5494e02fd
parent541:6986c644d58a
child543:361ec0a70cf2
authornkeynes
dateWed Nov 21 11:52:13 2007 +0000 (16 years ago)
Link the X GL as well as the framework one - this probably shouldn't work, and yet it seems to be fine...
configure
configure.in
1.1 --- a/configure Wed Nov 21 11:45:33 2007 +0000
1.2 +++ b/configure Wed Nov 21 11:52:13 2007 +0000
1.3 @@ -5142,7 +5142,7 @@
1.4
1.5 HAVE_CARBON='yes'
1.6 APPLE_BUILD='yes'
1.7 - LIBS="$LIBS -framework OpenGL -framework AGL -framework Carbon"
1.8 + LIBS="$LIBS -framework OpenGL -framework AGL -framework Carbon -L/usr/X11R6/lib -lGL"
1.9
1.10 cat >>confdefs.h <<\_ACEOF
1.11 #define HAVE_CARBON 1
2.1 --- a/configure.in Wed Nov 21 11:45:33 2007 +0000
2.2 +++ b/configure.in Wed Nov 21 11:52:13 2007 +0000
2.3 @@ -17,7 +17,7 @@
2.4 AC_CHECK_HEADER([Carbon/Carbon.h], [
2.5 HAVE_CARBON='yes'
2.6 APPLE_BUILD='yes'
2.7 - LIBS="$LIBS -framework OpenGL -framework AGL -framework Carbon"
2.8 + LIBS="$LIBS -framework OpenGL -framework AGL -framework Carbon -L/usr/X11R6/lib -lGL"
2.9 AC_DEFINE(HAVE_CARBON,[1],[Have Carbon framework])
2.10 AC_DEFINE(APPLE_BUILD,[1],[Building on an apple platform. Things are different...])
2.11 ])
.