FreeBSD Bugzilla – Attachment 229561 Details for
Bug 259904
graphics/libraw: needs to link with libomp when built with OPTION OPENMP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
link against libomp on OPENMP=on
libraw_link_omp.diff (text/plain), 613 bytes, created by
Christoph Moench-Tegeder
on 2021-11-17 22:02:15 UTC
(
hide
)
Description:
link against libomp on OPENMP=on
Filename:
MIME Type:
Creator:
Christoph Moench-Tegeder
Created:
2021-11-17 22:02:15 UTC
Size:
613 bytes
patch
obsolete
>diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile >index a069769d1b24..58c89fd37c21 100644 >--- a/graphics/libraw/Makefile >+++ b/graphics/libraw/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= libraw > PORTVERSION= 0.20.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics > MASTER_SITES= http://www.libraw.org/data/ > DISTNAME= LibRaw-${PORTVERSION} >@@ -38,6 +38,7 @@ LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 > > OPENMP_DESC= OpenMP support (implies GCC) > OPENMP_CONFIGURE_ENABLE= openmp >+OPENMP_LDFLAGS+= -lomp > > RPIRAW_DESC= Raspberry Pi RAW+JPEG support > RPIRAW_CPPFLAGS= -DUSE_6BY9RPI
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 259904
: 229561