summaryrefslogtreecommitdiff
path: root/package/freeglut/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-25 12:23:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-25 12:23:41 +0200
commitd2018a1e2a1ca6eac95d6c65e90c273f31d1f196 (patch)
treeff3e2ea2cc09c0dcb8f258f985c2432e1008a06f /package/freeglut/patches
parent06c8931fdba8e5940db45085e15c8faed57764ba (diff)
fix freeglut compile, add missing dependency glu. needed after mesa-lib update. library is split out from mesa-lib
Diffstat (limited to 'package/freeglut/patches')
-rw-r--r--package/freeglut/patches/patch-ltmain_sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/freeglut/patches/patch-ltmain_sh b/package/freeglut/patches/patch-ltmain_sh
deleted file mode 100644
index 7ae2ccf9f..000000000
--- a/package/freeglut/patches/patch-ltmain_sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- freeglut-2.6.0.orig/ltmain.sh 2008-04-29 23:33:55.000000000 +0200
-+++ freeglut-2.6.0/ltmain.sh 2011-01-14 21:40:47.000000000 +0100
-@@ -1676,7 +1676,7 @@ EOF
- # -F/path gives path to uninstalled frameworks, gcc on darwin
- # @file GCC response files
- -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
-+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto)
-
- # Unknown arguments in both finalize_command and compile_command need
- # to be aesthetically quoted because they are evaled later.