diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-04 07:51:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-04 07:51:28 +0000 |
commit | cb29cd38b8eedcd95ce89d1b429a97f52bc016a5 (patch) | |
tree | 31b288de8dbe8f8d24a1853b22c4f15ed547d5bf /games/gcompris | |
parent | 815aabe2f3ff8cef173f456978b3371d3414554c (diff) | |
download | ports-cb29cd38b8eedcd95ce89d1b429a97f52bc016a5.tar.gz ports-cb29cd38b8eedcd95ce89d1b429a97f52bc016a5.zip |
Notes
Diffstat (limited to 'games/gcompris')
-rw-r--r-- | games/gcompris/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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: |