aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1999-01-11 21:40:13 +0800
committerflathill <flathill@FreeBSD.org>1999-01-11 21:40:13 +0800
commitd2aa5e3ede278398d67cf4858b240a4227aeae85 (patch)
tree13dd70e45782819ecc2cb49397161a153e91a8a5 /games
parentf61d9bee1b00e00ae84373238a52dba2bc2b0a93 (diff)
downloadfreebsd-ports-gnome-d2aa5e3ede278398d67cf4858b240a4227aeae85.tar.gz
freebsd-ports-gnome-d2aa5e3ede278398d67cf4858b240a4227aeae85.tar.zst
freebsd-ports-gnome-d2aa5e3ede278398d67cf4858b240a4227aeae85.zip
use -lGL instead of -lMesaGL
Diffstat (limited to 'games')
-rw-r--r--games/gleyes/Makefile8
-rw-r--r--games/gleyes/files/patch-aa14
2 files changed, 11 insertions, 11 deletions
diff --git a/games/gleyes/Makefile b/games/gleyes/Makefile
index 09ade74b5c72..54800c65544c 100644
--- a/games/gleyes/Makefile
+++ b/games/gleyes/Makefile
@@ -3,12 +3,16 @@
# Date created: 2 December 1998
# Whom: Malte Lance <malte.lance@gmx.net>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/12/17 14:34:50 flathill Exp $
#
DISTNAME= gleyes-0.2
CATEGORIES= games
-MASTER_SITES= http://puma.inf.ufpr.br/~claudio/gleyes/
+MASTER_SITES= ftp://ftp.kddlabs.co.jp/.1/X11/acontrib/gleyes/ \
+ ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \
+ ftp://ftp.cit.nepean.uws.edu.au/unix/X/graphics/
+# initial distribution location was http://puma.inf.ufpr.br/~claudio/gleyes/
+# which is unresponsive since about 21.12.1998
MAINTAINER= malte.lance@gmx.net
diff --git a/games/gleyes/files/patch-aa b/games/gleyes/files/patch-aa
index 5176b93d7ca9..077d449e1b4c 100644
--- a/games/gleyes/files/patch-aa
+++ b/games/gleyes/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.orig Wed Oct 14 01:16:35 1998
-+++ Makefile Thu Dec 17 22:54:53 1998
-@@ -5,21 +5,23 @@
+--- Makefile.orig Tue Oct 13 18:16:35 1998
++++ Makefile Sat Jan 9 15:40:09 1999
+@@ -5,8 +5,8 @@
#--------------------------------------------------------------------------
# Where you want to have it installed
@@ -10,12 +10,8 @@
+MANDIR = /usr/X11R6/man/man1
# Use these for Mesa
--#GL = -lglut -lMesaGLU -lMesaGL
-+GL = -lglut -lMesaGLU -lMesaGL
-
- # Use these for OpenGL
--GL = -lglut -lGLU -lGL
-+#GL = -lglut -lGLU -lGL
+ #GL = -lglut -lMesaGLU -lMesaGL
+@@ -16,10 +16,12 @@
# Use these for gcc on Linux (may work in other systems as well)
CC = gcc