summaryrefslogtreecommitdiff
path: root/games/pykawari/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-19 21:27:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-19 21:27:57 +0000
commit00ef03e41017d83091f78c053cae42ee87bd0e1f (patch)
tree804ce2e55ff9608d6917bc0f39d61b241fe8895e /games/pykawari/Makefile
parentThis is acroread7, the new version of Adobe Acrobat reader. (diff)
- Fix build on recent FreeBSD by using gcc33 port
PR: ports/78988 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=131660
Diffstat (limited to '')
-rw-r--r--games/pykawari/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pykawari/Makefile b/games/pykawari/Makefile
index faa8fe0bc612..188b7ca14de6 100644
--- a/games/pykawari/Makefile
+++ b/games/pykawari/Makefile
@@ -40,7 +40,7 @@ CFLAGS+= ${PTHREAD_CFLAGS} -fPIC
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
+USE_GCC= 3.3
.endif
.if ${ARCH} == "amd64"
@@ -48,7 +48,7 @@ CFLAGS+= -fPIC
.endif
do-build:
- (cd ${WRKSRC}/build/src; CFLAGS="${CFLAGS}" ${GMAKE} -f gcc.mak PYTHONBASE=${PYTHONBASE} PYTHON_VERSION=${PYTHON_VERSION} PTHREAD_LIBS=${PTHREAD_LIBS})
+ (cd ${WRKSRC}/build/src; CFLAGS="${CFLAGS}" ${GMAKE} -f gcc.mak PYTHONBASE=${PYTHONBASE} PYTHON_VERSION=${PYTHON_VERSION} PTHREAD_LIBS=${PTHREAD_LIBS} CXX=${CXX})
do-install:
${MKDIR} ${PREFIX}/share/kawari