wok diff ftgl/receipt @ rev 18058
Add py3k3: Python 3.3.x - py3k is 3.2.x
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat May 16 14:55:13 2015 +0000 (2015-05-16) |
parents | 3b4e4318134e |
children | e3f377fbc5f0 |
line diff
1.1 --- a/ftgl/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/ftgl/receipt Sat May 16 14:55:13 2015 +0000 1.3 @@ -18,7 +18,7 @@ 1.4 { 1.5 cd $src 1.6 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 1.7 - export LDFLAGS="-Wl,--copy-dt-needed-entries -lGL" 1.8 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lGL" 1.9 ./configure \ 1.10 --with-pic \ 1.11 $CONFIGURE_ARGS &&