FreeBSD Bugzilla – Attachment 116186 Details for
Bug 158105
[maintainer-update] games/traindirector: Respect CXX (fix with clang)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tdir.diff
tdir.diff (text/x-diff; charset=us-ascii), 1.44 KB, created by
Guido Falsi
on 2011-07-04 12:05:20 UTC
(
hide
)
Description:
tdir.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2011-07-04 12:05:20 UTC
Size:
1.44 KB
patch
obsolete
>diff -ruN traindirector.old/Makefile traindirector/Makefile >--- traindirector.old/Makefile 2011-07-04 12:20:51.242750278 +0200 >+++ traindirector/Makefile 2011-07-04 12:21:08.377158831 +0200 >@@ -15,6 +15,8 @@ > MAINTAINER= mad@madpilot.net > COMMENT= Train controller simulation > >+LICENSE= GPLv2 >+ > NO_WRKSUBDIR= yes > > MAKE_JOBS_SAFE= yes >@@ -27,7 +29,7 @@ > WX_UNICODE= yes > > DESKTOP_ENTRIES="Train Director" "${COMMENT}" "" "traindir3" \ >- "Game;Simulation;StrategyGame;" false >+ "Game;Simulation;StrategyGame;" ${FALSE} > > PLIST_FILES= bin/traindir3 > >diff -ruN traindirector.old/files/patch-Makefile.fc9 traindirector/files/patch-Makefile.fc9 >--- traindirector.old/files/patch-Makefile.fc9 2011-07-04 12:20:51.242750278 +0200 >+++ traindirector/files/patch-Makefile.fc9 2011-07-04 12:21:08.376158972 +0200 >@@ -1,5 +1,5 @@ > --- Makefile.fc9.orig 2008-08-31 17:53:10.000000000 +0200 >-+++ Makefile.fc9 2009-06-16 10:10:25.855027068 +0200 >++++ Makefile.fc9 2011-06-21 11:52:40.309974439 +0200 > @@ -7,7 +7,7 @@ > > >@@ -9,9 +9,12 @@ > exec_prefix = ${prefix} > INSTALL = /usr/bin/install -c > EXEEXT = >-@@ -20,16 +20,16 @@ >+@@ -18,18 +18,18 @@ >+ top_srcdir = >+ top_builddir = > LDFLAGS_GUI = >- CXX = g++ >+-CXX = g++ >++CXX ?= g++ > #CXXFLAGS = -g -O0 -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -finput-charset=ISO-8859-1 > -CXXFLAGS = -O2 -pthread -Wall -Wundef -Wno-ctor-dtor-privacy -finput-charset=ISO-8859-1 > +CXXFLAGS += -pthread -Wall -Wundef -Wno-ctor-dtor-privacy
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 158105
:
116185
| 116186