Lines 102-108
Link Here
|
102 |
|
102 |
|
103 |
post-patch: |
103 |
post-patch: |
104 |
@${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \ |
104 |
@${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \ |
105 |
${WRKSRC}/configure |
105 |
-e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |
106 |
@${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ |
106 |
@${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ |
107 |
${WRKSRC}/src/glu/Makefile \ |
107 |
${WRKSRC}/src/glu/Makefile \ |
108 |
${WRKSRC}/src/glw/Makefile \ |
108 |
${WRKSRC}/src/glw/Makefile \ |