FreeBSD Bugzilla – Attachment 16050 Details for
Bug 29594
Fix linker errors in games/bzflag (Bento)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.85 KB, created by
pat
on 2001-08-10 11:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pat
Created:
2001-08-10 11:20:02 UTC
Size:
1.85 KB
patch
obsolete
>diff -ruN /usr/ports/games/bzflag/Makefile bzflag/Makefile >--- /usr/ports/games/bzflag/Makefile Sat Apr 21 02:28:30 2001 >+++ bzflag/Makefile Fri Aug 10 01:06:39 2001 >@@ -21,7 +21,8 @@ > USE_MESA= yes > > MAKE_ENV= PORTCFLAGS="${CFLAGS}" PORTCXXFLAGS="${CXXFLAGS}" \ >- PORTPREFIX="${PREFIX}" >+ PORTPREFIX="${PREFIX}" PTHREAD_LIBS="${PTHREAD_LIBS}" \ >+ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" > > MAN6= bzflag.6 bzfrelay.6 bzfls.6 bzfs.6 > >diff -ruN /usr/ports/games/bzflag/files/patch-Make-common bzflag/files/patch-Make-common >--- /usr/ports/games/bzflag/files/patch-Make-common Wed Mar 28 14:12:56 2001 >+++ bzflag/files/patch-Make-common Fri Aug 10 01:05:11 2001 >@@ -1,6 +1,33 @@ >---- Make-common.orig Sat Mar 24 02:21:48 2001 >-+++ Make-common Sat Mar 24 02:13:00 2001 >-@@ -169,13 +169,13 @@ >+--- Make-common.orig Wed Feb 14 03:34:09 2001 >++++ Make-common Fri Aug 10 01:04:44 2001 >+@@ -33,7 +33,7 @@ >+ # >+ # C options >+ # >+-CFLAGS = $(LCFLAGS) $(PCFLAGS) $(GCFLAGS) $(COPTIMIZER) $(MKDEPOPT) $(CWOFF) >++CFLAGS = $(LCFLAGS) $(PCFLAGS) $(GCFLAGS) $(COPTIMIZER) $(MKDEPOPT) $(CWOFF) ${PTHREAD_CFLAGS} >+ LCFLAGS = $(LCDEFS) $(LCINCS) $(LCOPTS) >+ PCFLAGS = $(PCDEFS) $(PCINCS) $(PCOPTS) >+ GCFLAGS = $(GCDEFS) $(GCINCS) $(GCOPTS) >+@@ -51,7 +51,7 @@ >+ # >+ # C++ options >+ # >+-CXXFLAGS = $(LCXXFLAGS) $(PCXXFLAGS) $(GCXXFLAGS) $(CXXOPTIMIZER) $(MKDEPOPT) $(CXXWOFF) >++CXXFLAGS = $(LCXXFLAGS) $(PCXXFLAGS) $(GCXXFLAGS) $(CXXOPTIMIZER) $(MKDEPOPT) $(CXXWOFF) ${PTHREAD_CFLAGS} >+ LCXXFLAGS = $(LCXXDEFS) $(LCXXINCS) $(LCXXOPTS) >+ PCXXFLAGS = $(PCXXDEFS) $(PCXXINCS) $(PCXXOPTS) >+ GCXXFLAGS = $(GCXXDEFS) $(GCXXINCS) $(GCXXOPTS) >+@@ -69,7 +69,7 @@ >+ # >+ # ld options >+ # >+-LDFLAGS = $(LDOPTS) $(LDLIBS) >++LDFLAGS = $(LDOPTS) $(LDLIBS) ${PTHREAD_LIBS} >+ LDOPTS = $(LLDOPTS) $(PLDOPTS) $(GLDOPTS) >+ LDLIBS = $(LLDLIBS) $(PLDLIBS) $(GLDLIBS) >+ >+@@ -167,13 +167,13 @@ > # > # default to optimized build > #
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 29594
: 16050