diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-30 13:40:06 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-30 13:40:06 +0800 |
commit | d2dd79109602bf8bdca206d52b9442686339a73f (patch) | |
tree | 4b4514208cb734b9fe685537b09ccfd55ef1aa33 | |
parent | 9b02090d66d327a8ef69975db95df2990cc8a8df (diff) | |
download | freebsd-ports-graphics-d2dd79109602bf8bdca206d52b9442686339a73f.tar.gz freebsd-ports-graphics-d2dd79109602bf8bdca206d52b9442686339a73f.tar.zst freebsd-ports-graphics-d2dd79109602bf8bdca206d52b9442686339a73f.zip |
fix build on -current
-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 5cfa9765882..4ae472c7391 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 |