NetBSD-Bugs archive

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

Re: bin/35255: Hardcoded references to DESTDIR found in some files



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

From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/35255: Hardcoded references to DESTDIR found in some files
Date: Thu, 28 May 2009 05:21:33 +0000

 Problem still exists in -current and is caused by
 
 CPPFLAGS+=-DLIBDIR=\"${DESTDIR}/usr/share\"
 CPPFLAGS+=-DGETTEXTJAR=\"${DESTDIR}/usr/share/gettext/gettext.jar\"
 CPPFLAGS+=-DGETTEXTDATADIR=\"${DESTDIR}/usr/share/gettext\"
 
 in src/gnu/usr.bin/gettext/libnlspr/Makefile.
 
 Probably removing ${DESTDIR} from those paths will DTRT, but I don't
 feel up to chasing through the source tonight.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index