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 (25m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 09:42:03 UTC Now

2017-10-19 17:56:46 UTC pkgsrc-2017Q3 commitmail json YAML

Pullup ticket #5583 - requested by maya
lang/g95: Linux build fix

Revisions pulled up:
- lang/g95/Makefile                                            1.29

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Oct 18 09:38:23 UTC 2017

  Modified Files:
          pkgsrc/lang/g95: Makefile

  Log Message:
  g95: fix build on linux
  force passing asprintf test which is incorrectly not found due to FORTIFY
  pass LIBRARY_PATH so crtn.o and crti.o are found on Ubuntu & friends

  Note many reporters need to install g++-multilib as a package to overcome
  the errors they reported in the bugs (missing <sys/cdefs.h>)

  PR pkg/51198, PR pkg/51690, PR pkg/52116

(bsiegert)