diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-30 11:00:20 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-30 11:00:20 +0000 |
| commit | f6317398b8496b5dd57efa2266ee49f4d90859b4 (patch) | |
| tree | ff091a8d2dfb27dc99e4aac0a61488f8e6020f38 | |
| parent | - Update to 4.6.4 (diff) | |
- Fix compile time errors
PR: ports/103795
Submitted by: Iasen Kostof
Approved by: Travis Poppe <tlp(at)liquidx.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=174159
| -rw-r--r-- | games/stratagus/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index beeb135d74c1..408bf5aa8c62 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -23,9 +23,10 @@ USE_LUA= 5.0 USE_SDL= yes USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR} +CFLAGS= -I${LUA_INCDIR} +LDFLAGS= -L${LUA_LIBDIR} +CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ + EXTRA_CFLAGS="${CFLAGS}" EXTRA_LIBS="${LDFLAGS}" WRKSRC= ${WRKDIR}/stratagus-040702 OPTIONS= OPENGL "Enable OpenGL support" on \ |
