[Lunar-commits] <moonbase-other> freeglut: Adding a patch from http://www.mail-archive.com/blfs-support at linuxfromscratch.org/msg15408.html
stumbles
stumbles at lunar-linux.org
Tue Oct 16 13:58:30 CEST 2012
commit 72e6ea8ea4f19031c0ec77ed8c65d7d70ddb9224
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue, 16 Oct 2012 04:58:30 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/72e6ea8ea4f19031c0ec77ed8c65d7d70ddb9224
freeglut: Adding a patch from http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg15408.html
fixing the same build failure.
---
graphics/freeglut/BUILD | +2/-0
graphics/freeglut/DETAILS | +3/-0
2 files changed, 5 insertions(+)
--- a/graphics/freeglut/BUILD
+++ b/graphics/freeglut/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE2 1 &&
+
LDFLAGS+=" -lm" &&
OPTS+=" --enable-static=no" &&
--- a/graphics/freeglut/DETAILS
+++ b/graphics/freeglut/DETAILS
@@ -1,9 +1,12 @@
MODULE=freeglut
VERSION=2.8.0
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=freeglut-2.8.0-remove_smooth_opengl3_demo-1.patch
SOURCE_URL[0]=$SFORGE_URL/$MODULE
SOURCE_URL[1]=http://mirror.internode.on.net/pub/gentoo/distfiles
+ SOURCE2_URL=http://www.linuxfromscratch.org/~krejzi/
SOURCE_VFY=sha1:4debbe559c6c9841ce1abaddc9d461d17c6083b1
+ SOURCE2_VFY=sha1:9722afd834edc687dc9431fc747fb9993ee3a93a
WEB_SITE=http://freeglut.sourceforge.net
ENTERED=20060227
UPDATED=20120121
More information about the Lunar-commits
mailing list