cvs commit: ports/security/py-m2crypto Makefile ports/security/py-m2crypto/files patch-SWIG::Makefile

Hye-Shik Chang perky at i18n.org
Wed Aug 6 02:11:18 PDT 2003


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
> 

Regards,
    Hye-Shik =)



More information about the cvs-ports mailing list