FreeBSD Bugzilla – Attachment 192170 Details for
Bug 227209
[patch] sysutils/geomWatch stable/11-llvm6 (r331838) fallout [-W reserved-user-defined-literal]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Make geomWatch obey USE_CXXSTD=gnu++98 option
sysutils__geomWatch-use-cxxstd98-1.diff (text/plain), 1.19 KB, created by
Dimitry Andric
on 2018-04-03 15:40:49 UTC
(
hide
)
Description:
Make geomWatch obey USE_CXXSTD=gnu++98 option
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2018-04-03 15:40:49 UTC
Size:
1.19 KB
patch
obsolete
>Index: sysutils/geomWatch/Makefile >=================================================================== >--- sysutils/geomWatch/Makefile (revision 466142) >+++ sysutils/geomWatch/Makefile (working copy) >@@ -23,6 +23,7 @@ BROKEN_armv7= fails to compile: call to 'atomic_a > IGNORE_DragonFly= requires geom(4) support > > USES= tar:tbz >+USE_CXXSTD= gnu++98 > > SUB_FILES= pkg-message > >Index: sysutils/geomWatch/files/patch-Makefile >=================================================================== >--- sysutils/geomWatch/files/patch-Makefile (revision 466142) >+++ sysutils/geomWatch/files/patch-Makefile (working copy) >@@ -1,8 +1,12 @@ >---- Makefile.orig 2014-06-27 09:35:09.376925204 +0800 >-+++ Makefile 2014-06-27 09:35:32.058892336 +0800 >-@@ -51,8 +51,8 @@ geomWatch: ${FILES} >- ${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp >+--- Makefile.orig 2011-08-01 14:48:54 UTC >++++ Makefile >+@@ -48,11 +48,11 @@ OPTIONS=-Wall \ >+ all: geomWatch > >+ geomWatch: ${FILES} >+- ${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp >++ ${CXX} ${CXXFLAGS} ${OPTIONS} -o geomWatch geomWatch.cpp >+ > install: > - install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin > - install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc
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 227209
:
192113
|
192115
| 192170