diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-07-09 21:53:42 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2003-07-09 21:53:42 +0000 |
commit | c326feac8df5b40fb20da023a2d151ed9555cb39 (patch) | |
tree | b6fa4dc1047b363b8d7f501ef1f644f50ef4a021 /japanese/iv/Makefile | |
parent | 4e8956733b2af831c4a4d6df837785c8e9a1b875 (diff) |
Notes
Diffstat (limited to 'japanese/iv/Makefile')
-rw-r--r-- | japanese/iv/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/japanese/iv/Makefile b/japanese/iv/Makefile index f3ed4aa4764e..ce0ba2b90182 100644 --- a/japanese/iv/Makefile +++ b/japanese/iv/Makefile @@ -24,6 +24,7 @@ COMMENT= A toolkit from Stanford University and Silicon Graphics + Japanese patc # Warning: we cannot use USE_IMAKE. BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake +USE_GCC= 2.95 USE_XLIB= yes DIST_SUBDIR= iv WRKSRC= ${WRKDIR}/iv @@ -78,10 +79,14 @@ IV_LIB_VER= 3.1 pre-patch: ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/diff-2.0gamma -.if ${OSVERSION} >= 400002 post-patch: @(cd ${WRKSRC}/src/config/InterViews; ${MV} -f iv-freebsd.cf \ - iv-freebsd.cf~; ${SED} -e 's/\-lg\+\+//' iv-freebsd.cf~ > iv-freebsd.cf) + iv-freebsd.cf~; ${SED} -e 's/%%CXX%%/${CXX}/' iv-freebsd.cf~ \ + > iv-freebsd.cf) +.if ${OSVERSION} >= 400002 + @(cd ${WRKSRC}/src/config/InterViews; ${MV} -f iv-freebsd.cf \ + iv-freebsd.cf~; ${SED} -e 's/\-lg\+\+//' iv-freebsd.cf~ \ + > iv-freebsd.cf) .endif post-install: |