FreeBSD Bugzilla – Attachment 116185 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]
file.diff
file.diff (text/plain), 1.82 KB, created by
Guido Falsi
on 2011-06-21 12:40:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2011-06-21 12:40:13 UTC
Size:
1.82 KB
patch
obsolete
>diff -ruN traindirector.old/Makefile traindirector/Makefile >--- traindirector.old/Makefile 2011-06-21 13:30:19.814763773 +0200 >+++ traindirector/Makefile 2011-06-21 13:30:31.324708981 +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/distinfo traindirector/distinfo >--- traindirector.old/distinfo 2011-06-21 13:30:19.823762357 +0200 >+++ traindirector/distinfo 2011-06-21 13:30:31.325707986 +0200 >@@ -1,3 +1,2 @@ >-MD5 (tdir36src.zip) = a121ad6551da09de294dc4319d1a97a5 > SHA256 (tdir36src.zip) = 93c0a09c848110cf4a5b108e81a1fd44ffe61f334f12280b7b7bb4a96c3676d7 > SIZE (tdir36src.zip) = 231097 >diff -ruN traindirector.old/files/patch-Makefile.fc9 traindirector/files/patch-Makefile.fc9 >--- traindirector.old/files/patch-Makefile.fc9 2011-06-21 13:30:19.813763372 +0200 >+++ traindirector/files/patch-Makefile.fc9 2011-06-21 13:30:31.324708981 +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