1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/math/petsc/files/patch-config_configure.py
Thierry Thomas 51fcea4b0a Upgrade to PETSc 2.3.2.
There are no major interface changes, the minor changes are listed at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/232.html>
2006-09-02 21:59:18 +00:00

12 lines
473 B
Python

--- ./config/configure.py.orig Sat Sep 2 02:24:13 2006
+++ ./config/configure.py Sat Sep 2 23:23:33 2006
@@ -97,7 +97,7 @@
print ' *** Do not run configure as root, or using sudo. ***'
print ' ***** That should be reserved for installation *****'
print '================================================================================='
- sys.exit(3)
+ %%PACKAGE%%sys.exit(3)
# Check for broken cygwin
if chkcygwin():