aboutsummaryrefslogtreecommitdiff
path: root/math/gap/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-05-15 19:08:33 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-05-15 19:08:33 +0000
commit4c10fb5b0226380d5eba61cd73c10b5507a5895d (patch)
treea33c2156b29cce3b7afdb4d2201bb644f929622b /math/gap/Makefile
parent387c0d56c3d0aadad9a0466b8fbd871b8020dd40 (diff)
Notes
Diffstat (limited to 'math/gap/Makefile')
-rw-r--r--math/gap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile
index 79ee6ee3f698..ff62fa5d5bb2 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -39,7 +39,7 @@ do-configure:
(cd ${GAP_WRKSRC}; ./configure)
do-build:
- (cd ${GAP_WRKSRC}; make)
+ (cd ${GAP_WRKSRC}; make COPTS="${CFLAGS}")
do-install:
(${SED} -e "s:GAP_DIR=.*:GAP_DIR=${GAP_LIBDIR}:g" -e "s:GAP_PRG=.*:GAP_PRG=gap:g" ${GAP_WRKSRC}/bin/gap.sh > ${PREFIX}/bin/gap; \