Date: Wed, 6 Aug 2003 18:11:14 +0900 From: Hye-Shik Chang <perky@i18n.org> To: Daichi GOTO <daichi@freebsd.org> Cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/py-m2crypto Makefile ports/security/py-m2crypto/files patch-SWIG::Makefile Message-ID: <20030806091114.GA23522@i18n.org> In-Reply-To: <20030806090852.GA23464@i18n.org> References: <200308060846.h768kj6L020832@repoman.freebsd.org> <20030806090852.GA23464@i18n.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 06, 2003 at 06:08:52PM +0900, Hye-Shik Chang wrote: > On Wed, Aug 06, 2003 at 01:46:45AM -0700, Daichi GOTO wrote: > > daichi 2003/08/06 01:46:45 PDT > > > > FreeBSD ports repository > > > > Modified files: > > security/py-m2crypto Makefile > > security/py-m2crypto/files patch-SWIG::Makefile > > Log: > > fix security/py-m2crypto: > > - use PYTHON_VERSION > > [snip] > > - PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \ > > +-PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \ > > ++PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/PYTHON_VERSION \ > ^ > ${PYTHONPREFIX_INCLUDEDIR} is preferred > for whom didn't installed python into > /usr/local Oh. excuse me. ${PYTHON_INCLUDEDIR} is the right one. > > > -I/usr/local/lib/python$(PYVER)/config > > PYLIB = /usr/local/lib/python$(PYVER)/config > > + > > > Regards, > Hye-Shik =) > > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > Regards, Hye-Shik =)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030806091114.GA23522>