pkgsrc-Bugs archive

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

Re: pkg/30144



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

From: Roland Illig <roland.illig%gmx.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/30144
Date: Mon, 06 Jun 2005 11:13:07 +0200

 What about this?
 
 USE_LANGUAGES?= c
 
 # Always require a C compiler for proper compiler detection.
 .if empty(USE_LANGUAGES:Mc) && !empty(USE_LANGAGES:Mc++)
 USE_LANGUAGES:= c ${USE_LANGUAGES}
 .endif
 
 Roland
 



Home | Main Index | Thread Index | Old Index