components/python/python26/Makefile
changeset 145 1e2390f5555e
parent 127 3e3c266b3a81
child 181 87e11e685b1f
equal deleted inserted replaced
144:6de74932ef46 145:1e2390f5555e
    46 	 perl -pi -e 's/(^\#define _POSIX_C_SOURCE.*)/\/* $$1 *\//' pyconfig.h ; \
    46 	 perl -pi -e 's/(^\#define _POSIX_C_SOURCE.*)/\/* $$1 *\//' pyconfig.h ; \
    47 	 perl -pi -e 's/^(\#define _XOPEN_SOURCE.*)/\/* $$1 *\//' pyconfig.h ; \
    47 	 perl -pi -e 's/^(\#define _XOPEN_SOURCE.*)/\/* $$1 *\//' pyconfig.h ; \
    48 	 perl -pi -e 's/^(\#define _XOPEN_SOURCE_EXTENDED.*)/\/* $$1 *\//' \
    48 	 perl -pi -e 's/^(\#define _XOPEN_SOURCE_EXTENDED.*)/\/* $$1 *\//' \
    49 			pyconfig.h)
    49 			pyconfig.h)
    50 
    50 
    51 #
       
    52 # Until the fix for "17858 pkgdepend generate hurls on some python modules" is
       
    53 # generally installed on our build systems, we need to skip the dependency
       
    54 # generation step.  see https://defect.opensolaris.org/bz/show_bug.cgi?id=17858
       
    55 # When this is fixed, we need to remove the static dependencies from the
       
    56 # manifest.
       
    57 #
       
    58 $(MANIFEST_BASE)-python-26.depend:	PKGDEPEND = /bin/true
       
    59 
       
    60 # we don't want to leak $(CC_BITS) into BASECFLAGS as it causes problems with
    51 # we don't want to leak $(CC_BITS) into BASECFLAGS as it causes problems with
    61 # python-config
    52 # python-config
    62 CC +=	$(CFLAGS)
    53 CC +=	$(CFLAGS)
    63 
    54 
    64 C99MODE=
    55 C99MODE=