diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-02 16:10:28 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-02 16:10:28 +0800 |
commit | d08e31f6f4e4974f85bf9fd37987932a2843e8c2 (patch) | |
tree | c954bd470fb51858611b82e35083a83b74097ef2 /games | |
parent | dda61910d2890b8e3c762e030fd4459034f6a13b (diff) | |
download | marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.gz marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.bz2 marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.lz marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.xz marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.zst marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.zip |
Remove configure substitutions that have been rolled into the gnomehack USE_GNOME
macro.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@834 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris2/Makefile | 4 | ||||
-rw-r--r-- | games/gnome-games/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 2 |
3 files changed, 0 insertions, 8 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 8985f8cc3..37f24508b 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -26,8 +26,4 @@ USE_GNOME= gnomehack gnomeprefix libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 743c8b630..fb5e61126 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -29,8 +29,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 743c8b630..fb5e61126 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -29,8 +29,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ |