Lines 95-100
Link Here
|
95 |
@${CP} ${FILESDIR}/bsdi_dvd.h ${WRKSRC}/sys/vcd/ |
95 |
@${CP} ${FILESDIR}/bsdi_dvd.h ${WRKSRC}/sys/vcd/ |
96 |
|
96 |
|
97 |
post-patch: |
97 |
post-patch: |
|
|
98 |
# Fix gst-register when using -O -march=athlon-xp |
99 |
@${REINPLACE_CMD} -e 's|@CXXF|-fgcse @CXXF|g' \ |
100 |
${WRKSRC}/gst/modplug/Makefile.in \ |
101 |
${WRKSRC}/gst/modplug/libmodplug/Makefile.in |
98 |
# as of this writing, FreeBSD does not support lrint* C99 math functions |
102 |
# as of this writing, FreeBSD does not support lrint* C99 math functions |
99 |
@${REINPLACE_CMD} -E -e \ |
103 |
@${REINPLACE_CMD} -E -e \ |
100 |
's|^#define.*LRINT.*$$||' \ |
104 |
's|^#define.*LRINT.*$$||' \ |