diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:46:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:46:16 +0000 |
commit | 9ab014c6ea7a828661d8117efa2a449772d889e6 (patch) | |
tree | e9cb977a6b44a398a09cbaf1febfeefacc28a264 /russian/prawda | |
parent | 6c6152ff82abb7a2caa761a1d08eb6fcdd9123c5 (diff) | |
download | ports-9ab014c6ea7a828661d8117efa2a449772d889e6.tar.gz ports-9ab014c6ea7a828661d8117efa2a449772d889e6.zip |
Notes
Diffstat (limited to 'russian/prawda')
-rw-r--r-- | russian/prawda/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/russian/prawda/Makefile b/russian/prawda/Makefile index 9e2d45bf0a24..b764332738b4 100644 --- a/russian/prawda/Makefile +++ b/russian/prawda/Makefile @@ -14,6 +14,7 @@ NO_WRKSUBDIR= yes USE_XORG= x11 xaw xmu xt sm CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|ulong|unsigned long|g;;s|malloc.h|stdlib.h|g" ${WRKSRC}/src/face/video_x.cpp @${REINPLACE_CMD} -e "s|g++|${CXX} ${CXXFLAGS}|g" ${WRKSRC}/src/bin/makefile.exe |