Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 902:408568dc97d5
prev899:18e0cdea76aa
next906:268ea359f884
author nkeynes
date Wed Oct 29 23:36:31 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Enable the FIPR SSE3 code for now, and add a comment on the sh4r.fr alignment
file annotate diff log raw
1.1 --- a/configure Sat Oct 25 12:36:42 2008 +0000
1.2 +++ b/configure Wed Oct 29 23:36:31 2008 +0000
1.3 @@ -6819,7 +6819,7 @@
1.4 APPLE_BUILD='yes'
1.5 LIBS="$LIBS -framework AppKit"
1.6 LIBS="$LIBS -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -framework OpenGL"
1.7 - CPPFLAGS="$CPPFLAGS -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_4"
1.8 + CPPFLAGS="$CPPFLAGS -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_4 -mdynamic-no-pic"
1.9 LDFLAGS="$LDFLAGS -Wl,-headerpad_max_install_names"
1.10
1.11 cat >>confdefs.h <<\_ACEOF
.