Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (14m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 18:44:30 UTC Now

2016-01-17 19:04:45 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup ticket #4889 - requested by leot
print/gv: bugfix

Revisions pulled up:
- print/gv/Makefile                                            1.84

---
  Module Name: pkgsrc
  Committed By: markd
  Date: Wed Jan  6 10:14:10 UTC 2016

  Modified Files:
  pkgsrc/print/gv: Makefile

  Log Message:
  Use pkg-config when building so that correct defines are used when
  building against libXaw3d.  Fixes problem that gv would fail with the
  error:
  Warning: Representation size 4 must match superclass's to override highlightedFrameStyle
  Error: Object "toggleEven" does not have windowed ancestor

(bsiegert)