Bug 215355 - graphics/GraphicsMagick: build C++ sources with GCC when OPENMP=on
Summary: graphics/GraphicsMagick: build C++ sources with GCC when OPENMP=on
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-12-17 17:48 UTC by Jan Beich
Modified: 2016-12-18 15:35 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
v0 (1.06 KB, patch)
2016-12-17 17:48 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2016-12-17 17:48:40 UTC
Created attachment 178028 [details]
v0

-fopenmp includes some optimizations that are internal to the compiler i.e., not part of <omp.h>. Tested as part of bug 214863 comment 2.
Comment 1 Jan Beich freebsd_committer freebsd_triage 2016-12-17 18:03:37 UTC
Build logs:
93i386     - http://sprunge.us/DMZD
93amd64    - http://sprunge.us/MSHO
101i386    - http://sprunge.us/VbgH
103amd64   - http://sprunge.us/dcFO
110i386    - http://sprunge.us/TJgM
110amd64   - http://sprunge.us/HbOf
head-amd64 - http://sprunge.us/NUVF
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-12-18 15:23:03 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Dec 18 15:21:53 UTC 2016
New revision: 428862
URL: https://svnweb.freebsd.org/changeset/ports/428862

Log:
  - Build C++ sources with GCC when OPENMP is enabled
  - Bump PORTREVISION for package change

  PR:		215355
  Submitted by:	jbeich

Changes:
  head/graphics/GraphicsMagick/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-12-18 15:35:37 UTC
Committed. Thanks!