diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-04 04:31:30 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-11-04 04:31:30 +0000 |
commit | 13ad2c208c13bf121118ce0ff9283f69d6b4fe3a (patch) | |
tree | 5e1eaa60cf3c454eb3c53df41706c80dda0888c3 /math | |
parent | f19df91a2dd6ac2fd42684f84e94b112e626ff50 (diff) | |
download | ports-13ad2c208c13bf121118ce0ff9283f69d6b4fe3a.tar.gz ports-13ad2c208c13bf121118ce0ff9283f69d6b4fe3a.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/cxsc/Makefile | 3 | ||||
-rw-r--r-- | math/cxsc/files/patch-Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/math/cxsc/Makefile b/math/cxsc/Makefile index c672806aca76..d29db569f11d 100644 --- a/math/cxsc/Makefile +++ b/math/cxsc/Makefile @@ -18,12 +18,11 @@ COMMENT= C++ class library for eXtended Scientific Computing WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes -MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" +USE_GCC= 3.3 .endif .include <bsd.port.post.mk> diff --git a/math/cxsc/files/patch-Makefile b/math/cxsc/files/patch-Makefile index 2eee7a257a99..240f1aa4d6ff 100644 --- a/math/cxsc/files/patch-Makefile +++ b/math/cxsc/files/patch-Makefile @@ -29,7 +29,7 @@ export RMDIR=rm -rf# remove directory -export INSTALL=install -m 644# copy files -+export INSTALL=${INSTALL_DATA}# copy files ++export INSTALL=${BSD_INSTALL_DATA}# copy files export STRIP=strip -g# strip executables from debug symbols export INSTDIR=install -d# create installation directory |