FreeBSD Bugzilla – Attachment 217481 Details for
Bug 248871
emulators/simh-hp2100: fix pkg fallout (build problem)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to be added to files/ (as a patch)
hp2100.diff (text/plain), 826 bytes, created by
Bob Eager
on 2020-08-24 08:56:29 UTC
(
hide
)
Description:
Proposed patch to be added to files/ (as a patch)
Filename:
MIME Type:
Creator:
Bob Eager
Created:
2020-08-24 08:56:29 UTC
Size:
826 bytes
patch
obsolete
>===> Generating patch >===> Viewing diff with ydiff -s -w 0 >diff -ruN ../simh-hp2100.orig/files/patch-SCP_makefile ./files/patch-SCP_makefile >--- ../simh-hp2100.orig/files/patch-SCP_makefile 1970-01-01 01:00:00.000000000 +0100 >+++ ./files/patch-SCP_makefile 2020-08-23 22:57:51.923883000 +0100 >@@ -0,0 +1,17 @@ >+--- SCP/makefile.orig 2020-08-23 21:51:23 UTC >++++ SCP/makefile >+@@ -532,10 +532,12 @@ ifneq ($(DONT_USE_READER_THREAD),) >+ endif >+ >+ >+-# Shut up annoying clang default warnings. >++# Shut up annoying clang default warnings, and also fix >++# multiply defined symbols on clang 11 and above >+ >+-ifeq ($(GCC),clang) >++ifeq ($(findstring clang,$(COMPILER_NAME)),clang) >+ OS_CCDEFS += -Wno-parentheses -Wno-bitwise-op-parentheses -Wno-dangling-else >++ CFLAGS_O += -fcommon >+ endif >+ >+ >====> Cleaning up >===> Done
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 248871
: 217481