pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49686 CVS commit: pkgsrc/mk



The following reply was made to PR pkg/49686; it has been noted by GNATS.

From: "Joerg Sonnenberger" <joerg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49686 CVS commit: pkgsrc/mk
Date: Sun, 15 Mar 2015 19:23:26 +0000

 Module Name:	pkgsrc
 Committed By:	joerg
 Date:		Sun Mar 15 19:23:26 UTC 2015
 
 Modified Files:
 	pkgsrc/mk: cwrappers.mk
 	pkgsrc/mk/buildlink3: bsd.buildlink3.mk
 
 Log Message:
 PR 49686: Drop -I and -L options references the built-in search
 directories of the compiler/linker when using cwrappers. Command line
 flags will often put them before the corresponding flags for
 PREFIX/include and PREFIX/lib, so the version from outside .buildlink
 would be prefered. The other way around is much less likely to be a
 problem and normally the expected case. Bump required cwrappers version
 for the necessary exact-match feature.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.20 -r1.21 pkgsrc/mk/cwrappers.mk
 cvs rdiff -u -r1.232 -r1.233 pkgsrc/mk/buildlink3/bsd.buildlink3.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index