Commit graph

10 commits

Author SHA1 Message Date
marino
8b658d61c5 Restore DragonFly ability to build Quake
A number of switches in the Quake makefile are no longer recognized
by the system compiler in DragonFly (gcc 4.4), e.g. -m486 and
-mpentium.  These switches have alternatives such as mtune= that
allows Quake to build on i386-DragonFly, so the existing patches were
updated to used them.

i386-NetBSD-5.99 was verified as well.  i386-NetBSD-5.1 remains
broken due to an unrelated X11 header buildlink problem
(Xxf86dga.h vs xf86dga.h)
2011-09-14 19:19:37 +00:00
hasso
4d4045abc9 Fix patch for case-sensitive file names. 2009-08-30 05:17:44 +00:00
wiz
7d6f169d91 Change patches for case-sensitive file names.
Reported by hasso.
2009-08-29 19:26:01 +00:00
xtraeme
ae87a80e30 Don't use a harcoded -lossaudio in LDFLAGS, use LIBS+= ${LIBOSSAUDIO}
instead.

While I'm here 80 chars per line.

This should fix PR pkg/29429.
2005-02-17 18:23:24 +00:00
jschauma
75b50e11df Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 19:46:51 +00:00
hubertf
b260432187 Make this at least build.
This was obviously not tested at all...! :-(
2002-01-02 10:01:34 +00:00
jlam
e99e7432bf Make this compile if xpkgwedge is installed. 2000-10-05 05:53:35 +00:00
wiz
fdd9163138 add RCS tags, regen patch-sum 2000-02-08 14:53:44 +00:00
jdolecek
5f5df5fddf make buildable on ELF 2000-02-08 12:07:15 +00:00
wiz
4eb5e8ac6f Quake now playable on NetBSD-1.4.x-i386. Heavily based on pkg/9270 by
Brad Spencer <brad@anduin.eldar.org>, with some modifications.

Caveats: ELF builds fail; shareware WADs (level files) have to be
gotten separately; playing audio from CDs seems to have problems (see
pkg/9270); GLX Quakeworld client probably doesn't work; Quakeworld
code perhaps triggers optimization bug?

Committed mainly to avoid duplication of work, and for the 1.4.x/i386
users/gamers :-)
2000-02-01 02:30:29 +00:00