diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:43:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-11 04:43:39 +0000 |
commit | be7f3f8eb03d28004ea4e478d72c5ac6234b7500 (patch) | |
tree | 58d9e1bab5d34d73bf2fcd2248d203fe4d52452b /games/gnome-games | |
parent | 2481c943622ce84d236a1247651715cfdfb76d18 (diff) | |
download | ports-be7f3f8eb03d28004ea4e478d72c5ac6234b7500.tar.gz ports-be7f3f8eb03d28004ea4e478d72c5ac6234b7500.zip |
Notes
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 879130a64981..ebd0007edd6e 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -28,6 +28,8 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFLICTS= sol-1.0.* + post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' |