mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build on -CURRENT.
Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: deischen
This commit is contained in:
parent
4f0b24856e
commit
fb64ddda79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88410
2 changed files with 4 additions and 2 deletions
|
@ -27,9 +27,10 @@ CONFIGURE_TARGET=
|
|||
CONFIGURE_ARGS+=--with-x=${X11BASE} --disable-debug
|
||||
|
||||
post-patch:
|
||||
# remove -pedantic where possible to fix build errors on -CURRENT
|
||||
# remove optimizations
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-O2||' \
|
||||
's|-O2||; s|-pedantic ||' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
# do not try to roll our own mimetypes
|
||||
@${REINPLACE_CMD} -E -e \
|
||||
|
|
|
@ -27,9 +27,10 @@ CONFIGURE_TARGET=
|
|||
CONFIGURE_ARGS+=--with-x=${X11BASE} --disable-debug
|
||||
|
||||
post-patch:
|
||||
# remove -pedantic where possible to fix build errors on -CURRENT
|
||||
# remove optimizations
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-O2||' \
|
||||
's|-O2||; s|-pedantic ||' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
# do not try to roll our own mimetypes
|
||||
@${REINPLACE_CMD} -E -e \
|
||||
|
|
Loading…
Add table
Reference in a new issue