[Bug 238780] converters/pdf2djvu: fix build with GCC-based architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 16 15:36:24 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238780

--- Comment #22 from commit-hook at freebsd.org ---
A commit references this bug:

Author: pkubaj
Date: Wed Oct 16 15:35:58 UTC 2019
New revision: 514602
URL: https://svnweb.freebsd.org/changeset/ports/514602

Log:
  converters/pdf2djvu: fix build on GCC architectures

  When compiling with GCC, as used on GCC architectures, it errors with:
  sys-uuid.cc:96:12: error: 'strlen' was not declared in this scope

  assert(strlen(s) == 36U);
         ^~~~~~

  sys-uuid.cc:96:12: note: 'strlen' is defined in header '<cstring>'; did you
forget to '#include <cstring>'?

  PR:           238780
  Approved by:  samy.mahmoudi at gmail.com (maintainer timeout), tcberner (mentor)
  Differential Revision:        https://reviews.freebsd.org/D22025

Changes:
  head/converters/pdf2djvu/files/patch-sys-uuid.cc

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list