pkgsrc-Bugs archive

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

PR/57077 CVS commit: pkgsrc/lang/clisp



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

From: "Niclas Rosenvik" <nros%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57077 CVS commit: pkgsrc/lang/clisp
Date: Tue, 8 Nov 2022 12:47:01 +0000

 Module Name:	pkgsrc
 Committed By:	nros
 Date:		Tue Nov  8 12:47:01 UTC 2022
 
 Modified Files:
 	pkgsrc/lang/clisp: distinfo
 	pkgsrc/lang/clisp/patches: patch-aa
 
 Log Message:
 clisp: fix module linking with X11_TYPE = native on NetBSD
 
 X11 pkg-config files on NetBSD includes -Wl,-rpath,/usr/X11R7/lib
 that can't be understood by the ld command, so use the compiler
 that can understand this for linking instead.
 Fixes build of x11/clisp-gtk2 with X11_TYPE = native and cwrappers.
 Concerns PR pkg/57077 .
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/clisp/distinfo
 cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/clisp/patches/patch-aa
 
 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