Lines 48-53
Link Here
|
48 |
.endif |
48 |
.endif |
49 |
|
49 |
|
50 |
post-patch: |
50 |
post-patch: |
|
|
51 |
@${REINPLACE_CMD} -e 's|gnash-dbg.log|.gnash-dbg.log|' ${WRKSRC}/libbase/log.h |
51 |
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/configure |
52 |
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/configure |
52 |
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |
53 |
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |
53 |
.if !defined(WITH_PLUGIN) |
54 |
.if !defined(WITH_PLUGIN) |