diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-30 05:40:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-30 05:40:06 +0000 |
commit | ebc9c716083704658a2ef065f14fe592da3cd4da (patch) | |
tree | 7763ddd3b59a0cb6660ea5af18108baea4511711 /games | |
parent | add libdbi-drivers 0.7.0 (diff) |
fix build on -current
Notes
Notes:
svn path=/head/; revision=92620
Diffstat (limited to 'games')
-rw-r--r-- | games/ggz-txt-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/ggz-txt-client/Makefile b/games/ggz-txt-client/Makefile index 5cfa97658823..4ae472c73913 100644 --- a/games/ggz-txt-client/Makefile +++ b/games/ggz-txt-client/Makefile @@ -21,8 +21,10 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" LDFLAGS+= -L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS} +CONFIGURE_ENV= \ + CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-debug MAN6= ggz-txt.6 |