FreeBSD Bugzilla – Attachment 15088 Details for
Bug 28074
Fix compile errors for games/gleyes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.88 KB, created by
pat
on 2001-06-11 18:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pat
Created:
2001-06-11 18:20:01 UTC
Size:
1.88 KB
patch
obsolete
>diff -ruN /usr/ports/games/gleyes/Makefile gleyes/Makefile >--- /usr/ports/games/gleyes/Makefile Fri Oct 13 16:24:35 2000 >+++ gleyes/Makefile Mon Jun 11 10:50:59 2001 >@@ -8,8 +8,8 @@ > PORTNAME= gleyes > PORTVERSION= 0.2 > CATEGORIES= games >-MASTER_SITES= ftp://ftp.kddlabs.co.jp/.1/X11/acontrib/gleyes/ \ >- ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \ >+MASTER_SITES= ftp://ftp.riken.go.jp/pub/X11/acontrib/gleyes/ \ >+ ftp://ftp.kddlabs.co.jp/.1/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 >@@ -18,6 +18,7 @@ > > USE_X_PREFIX= yes > USE_MESA= yes >+MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" > > MAN1= gleyes.1 > >diff -ruN /usr/ports/games/gleyes/files/patch-aa gleyes/files/patch-aa >--- /usr/ports/games/gleyes/files/patch-aa Fri Oct 13 16:24:37 2000 >+++ gleyes/files/patch-aa Mon Jun 11 10:52:30 2001 >@@ -1,6 +1,6 @@ >---- Makefile.orig Wed Oct 14 01:16:35 1998 >-+++ Makefile Wed Aug 9 04:33:59 2000 >-@@ -5,8 +5,8 @@ >+--- Makefile.orig Tue Oct 13 12:16:35 1998 >++++ Makefile Mon Jun 11 10:52:15 2001 >+@@ -5,21 +5,23 @@ > #-------------------------------------------------------------------------- > > # Where you want to have it installed >@@ -11,8 +11,10 @@ > > # Use these for Mesa > #GL = -lglut -lMesaGLU -lMesaGL >-@@ -15,11 +15,13 @@ >- GL = -lglut -lGLU -lGL >+ >+ # Use these for OpenGL >+-GL = -lglut -lGLU -lGL >++GL = -lglut -lGLU -lGL ${PTHREAD_LIBS} > > # Use these for gcc on Linux (may work in other systems as well) > -CC = gcc >@@ -21,7 +23,7 @@ > +CC ?= gcc > +CFLAGS ?= -pipe -O2 -fexpensive-optimizations -ffast-math -fomit-frame-pointer \ > + -fforce-mem -fforce-addr >-+CFLAGS += -I${X11BASE}/include >++CFLAGS += -I${X11BASE}/include ${PTHREAD_CFLAGS} > +LD = $(CC) > LDFLAGS = -o $@ > -LIBS = -L/usr/X11/lib -L/usr/local/lib $(GL) -lX11 -lXext -lXmu -lXi -lm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28074
: 15088