pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52550 (mail/mutt fails to configure on NetBSD 7.0.1/amd64)
The following reply was made to PR pkg/52550; it has been noted by GNATS.
From: =?UTF-8?Q?J=c3=b6rn_Clausen?= <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/52550 (mail/mutt fails to configure on NetBSD 7.0.1/amd64)
Date: Tue, 19 Sep 2017 14:49:36 +0200
After "make configure", npth-config in the working directory is correct.
After "make", it is broken. This is the diff between the version before
and after:
--- npth-config.ok 2017-09-19 14:44:24.000000000 +0200
+++ npth-config 2017-09-19 14:44:27.000000000 +0200
@@ -87,7 +87,7 @@
for i in $cflags ; do
skip=no
case $i in
- -I/usr/include|-I/include)
+
skip=yes
;;
-I*)
@@ -110,7 +110,7 @@
for i in $libs ; do
skip=no
case $i in
- -L/usr/lib|-L/lib)
+
skip=yes
;;
-L*|-l*)
Compiling npth outside pkgsrc, this does not happen, i.e. after a
complete "make", npth-config is still intact.
--
Jörn Clausen
Plattformen & Serverdienste
BITS - Bielefelder IT-Servicezentrum
Home |
Main Index |
Thread Index |
Old Index