summaryrefslogtreecommitdiff
path: root/math/cgal/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-03-31 15:48:32 +0000
committerjoerg <joerg@pkgsrc.org>2015-03-31 15:48:32 +0000
commitb64369a8b48433f3a05b2372d1f48df2f00ae0a8 (patch)
treed38ebd07bd61af127cfa9b19c306243aa4ef886d /math/cgal/Makefile
parent4412693eb0e8575c1b08a3439b6389470e36ed7c (diff)
downloadpkgsrc-b64369a8b48433f3a05b2372d1f48df2f00ae0a8.tar.gz
Support NetBSD platforms with non-fixed endianess. Remove patch backups
just before install to make patch updates easier.
Diffstat (limited to 'math/cgal/Makefile')
-rw-r--r--math/cgal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile
index 61477f4c3e3..92b040ec588 100644
--- a/math/cgal/Makefile
+++ b/math/cgal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/11/07 19:39:25 adam Exp $
+# $NetBSD: Makefile,v 1.26 2015/03/31 15:48:32 joerg Exp $
PKGNAME= cgal-3.9
DISTNAME= CGAL-3.9
@@ -14,8 +14,8 @@ LICENSE= gnu-lgpl-v3
USE_CMAKE= yes
USE_LANGUAGES= c c++
-post-patch:
- cd ${WRKSRC} && rm -f include/CGAL/Mesh_2/Do_not_refine_edges.h.orig
+pre-install:
+ cd ${WRKSRC} && rm -f include/CGAL/Mesh_2/Do_not_refine_edges.h.orig include/CGAL/config.h.orig
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"