diff options
-rw-r--r-- | audio/libid3tag/Makefile | 4 | ||||
-rw-r--r-- | games/gcompris/Makefile | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile index 6fcba5739d40..cfcba94c91bf 100644 --- a/audio/libid3tag/Makefile +++ b/audio/libid3tag/Makefile @@ -19,6 +19,10 @@ USE_GNOME= pkgconfig GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure + post-build: cd ${WRKSRC} && CONFIG_FILES=id3tag.pc CONFIG_HEADERS= ${SH} ./config.status diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index ce048cef3116..2ff95f5bcd96 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -56,6 +56,8 @@ CONFIGURE_ENV+= DISPLAY="localhost:1001" post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-DGNOME_DISABLE_DEPRECATED||g' + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure .if !defined(DISPLAY) pre-configure: |