diff options
author | pav <pav@FreeBSD.org> | 2009-02-11 02:10:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-02-11 02:10:04 +0800 |
commit | f6fe57918590c653fb2192e1f7074f1d46acf570 (patch) | |
tree | a53b058b4a2b6f2a0aecaa7e1f556e1760313b8c /games | |
parent | faf256e9169f54764fa117086d94f6884b106e12 (diff) | |
download | freebsd-ports-gnome-f6fe57918590c653fb2192e1f7074f1d46acf570.tar.gz freebsd-ports-gnome-f6fe57918590c653fb2192e1f7074f1d46acf570.tar.zst freebsd-ports-gnome-f6fe57918590c653fb2192e1f7074f1d46acf570.zip |
- Mark BROKEN: does not compile (error: redefinition of typedef '__GLXextFuncPtr')
Reported by: pointyhat
Diffstat (limited to 'games')
-rw-r--r-- | games/love/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/love/Makefile b/games/love/Makefile index 1116e2cc5b50..8184d58d9b25 100644 --- a/games/love/Makefile +++ b/games/love/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil \ freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost +BROKEN= does not compile + USE_BZIP2= yes USE_GMAKE= yes USE_SDL= sdl mixer |