View | Details | Raw Unified | Return to bug 90974
Collapse All | Expand All

(-)Makefile Tue Dec 27 11:51:02 2005 (-1 / +2 lines)
Lines 53-59 Link Here
53
 @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g; \
53
 @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g; \
54
    s|-O2 ||g ; \
54
    s|-O2 ||g ; \
55
    s|="-lc"|=""|g ; \
55
    s|="-lc"|=""|g ; \
56
    s|2\.3|${PYTHON_VERSION:S/^python//}|g ; \
56
    s|python2\.3|python${PYTHON_VERSION:S/^python//}|g ; \
57
    s|Python 2\.3|Python ${PYTHON_VERSION:S/^python//}|g ; \
57
    s|python2_3|${PYTHON_VERSION:S/./_/}|g' ${WRKSRC}/configure
58
    s|python2_3|${PYTHON_VERSION:S/./_/}|g' ${WRKSRC}/configure
58
 @${REINPLACE_CMD} -e '/\/share\/pixmaps\//s|^|#|g' \
59
 @${REINPLACE_CMD} -e '/\/share\/pixmaps\//s|^|#|g' \
59
   ${WRKSRC}/scribus/icons/Makefile.in
60
   ${WRKSRC}/scribus/icons/Makefile.in

Return to bug 90974