Add LOCALBASE header path to CFLAGS. The automake file is broken
and doesn't properly obey CPPFLAGS but it has been fixed in their source repo so this can be moved to CPPFLAGS once it has been updated to a newer release when it is released. ok naddy@
This commit is contained in:
parent
d2900a841d
commit
3cfd648fc2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/10/20 10:56:59 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/09/29 05:10:43 brad Exp $
|
||||
|
||||
COMMENT = software version control visualization tool
|
||||
|
||||
@ -16,6 +16,9 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}/files/
|
||||
|
||||
# gource automake Makefiles are broken; CPPFLAGS does not work.
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
CONFIGURE_STYLE = gnu noman
|
||||
|
||||
WANTLIB += GL GLEW GLU SDL SDL_image c freetype m pcre pthread
|
||||
|
Loading…
Reference in New Issue
Block a user