FreeBSD Bugzilla – Attachment 257952 Details for
Bug 285041
graphics/povray38: fix building with LLVM 19
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics/povray38: fix compilation failures with LLVM 19
graphics-povray38-Makefile.patch (text/plain), 801 bytes, created by
Philipp Ost
on 2025-02-25 20:53:37 UTC
(
hide
)
Description:
graphics/povray38: fix compilation failures with LLVM 19
Filename:
MIME Type:
Creator:
Philipp Ost
Created:
2025-02-25 20:53:37 UTC
Size:
801 bytes
patch
obsolete
>diff --git a/graphics/povray38/Makefile b/graphics/povray38/Makefile >index 268945f33156..b2978c23f351 100644 >--- a/graphics/povray38/Makefile >+++ b/graphics/povray38/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= povray > DISTVERSIONPREFIX= v > DISTVERSION= 3.8.0-beta.2 >-PORTREVISION= 16 >+PORTREVISION= 17 > CATEGORIES= graphics > MASTER_SITES= https://github.com/POV-Ray/povray/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ > PKGNAMESUFFIX= 38 >@@ -33,6 +33,8 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${VERSION_BASE} > CONFIGURE_ARGS= --disable-optimiz \ > --program-transform-name='s/povray/${PKGBASE}/' \ > COMPILED_BY=${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R} >+CPPFLAGS+= -D UCS2="char16_t" >+CPPFLAGS+= -D UCS4="char32_t" > > OPTIONS_DEFINE= DOCS EXAMPLES IO JPEG OPENEXR PNG TIFF \ > X11
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
Flags:
bsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 285041
: 257952
Working