diff options
author | demon <demon@FreeBSD.org> | 2013-06-25 18:18:27 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2013-06-25 18:18:27 +0800 |
commit | a6102852fbfcd2ba793e6fddc9c28364288647bb (patch) | |
tree | 73ceeef7018f10eacb2de0170e9c9c3ea5212a55 | |
parent | fdfd2f025e64b239fe366b75a17a488d1a0d51bb (diff) | |
download | freebsd-ports-gnome-a6102852fbfcd2ba793e6fddc9c28364288647bb.tar.gz freebsd-ports-gnome-a6102852fbfcd2ba793e6fddc9c28364288647bb.tar.zst freebsd-ports-gnome-a6102852fbfcd2ba793e6fddc9c28364288647bb.zip |
Build with modern gcc.
-rw-r--r-- | graphics/gource/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 1c920309de81..88791b4615a5 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \ RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes +USE_GCC= yes USE_GMAKE= yes MANCOMPRESSED= yes |