Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= lives |
8 |
PORTNAME= lives |
9 |
PORTVERSION= 1.0.4 |
9 |
PORTVERSION= 1.0.5 |
10 |
CATEGORIES= multimedia |
10 |
CATEGORIES= multimedia |
11 |
MASTER_SITES= http://www.xs4all.nl/~salsaman/lives/current/ |
11 |
MASTER_SITES= http://www.xs4all.nl/~salsaman/lives/current/ |
12 |
DISTNAME= LiVES-${PORTVERSION} |
12 |
DISTNAME= LiVES-${PORTVERSION} |
Lines 85-94
Link Here
|
85 |
@${REINPLACE_CMD} -e 's|off64_t|off_t|g ; \ |
85 |
@${REINPLACE_CMD} -e 's|off64_t|off_t|g ; \ |
86 |
s|lseek64|lseek|g' ${WRKSRC}/${file} |
86 |
s|lseek64|lseek|g' ${WRKSRC}/${file} |
87 |
.endfor |
87 |
.endfor |
88 |
@${REINPLACE_CMD} -e 's|/usr/lib/|${LOCALBASE}/lib/|g' \ |
88 |
@${REINPLACE_CMD} -e 's|/usr/local/lib/|${LOCALBASE}/lib/|g' \ |
89 |
${WRKSRC}/lives-plugins/weed-plugins/frei0r.c |
89 |
${WRKSRC}/lives-plugins/weed-plugins/frei0r.c |
90 |
@${REINPLACE_CMD} -e '/weed_plant_free/d' \ |
|
|
91 |
${WRKSRC}/lives-plugins/weed-plugins/libvis.c |
92 |
@${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \ |
90 |
@${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \ |
93 |
${REINPLACE_CMD} -e \ |
91 |
${REINPLACE_CMD} -e \ |
94 |
'/FLAGS/s|-O3||g ; \ |
92 |
'/FLAGS/s|-O3||g ; \ |