Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2001 13:25:42 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        <ports@freebsd.org>
Subject:   not sure if this is a good patch or not... (fwd)
Message-ID:  <20010609132536.R4572-100000@wonky.feral.com>

next in thread | raw e-mail | index | archive | help



Needed to compile under 4.3:

Index: files/patch-Makefile.Linux.Mesa
===================================================================
RCS file: /home/ncvs/ports/games/tank/files/patch-Makefile.Linux.Mesa,v
retrieving revision 1.1
diff -u -r1.1 patch-Makefile.Linux.Mesa
--- files/patch-Makefile.Linux.Mesa	2001/03/14 12:20:49	1.1
+++ files/patch-Makefile.Linux.Mesa	2001/06/09 20:16:59
@@ -38,7 +38,7 @@
  	$(CC) -o $(EXECNAME) $(Obj) $(LDFLAGS) \
 -	-lMesaaux -lMesatk -lMesaGLU -lMesaGL \
 -	-lXext -lX11 -lm
-+	-laux -lGLU -lGL -lXext -lX11 -lm
++	-laux -lGLU -lGL -lXext -lX11 -lm -lc_r
  	@echo "****** Done ******"

  linux: $(Obj)



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010609132536.R4572-100000>