diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 04:05:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 04:05:30 +0000 |
commit | 69ed7d4abbed4e68f0c0f1c65dafbc7ec37d69bd (patch) | |
tree | 5a6507501dcf5ae35743e1ae3b7489645b903998 /math/linalg/files/patch-aa | |
parent | Fix this port after the recent PORT{NAME,VERSION} changes. portlint(1) (diff) |
Don't try to use eg++ as the C++ compiler and honor CXXFLAGS.
Notes
Notes:
svn path=/head/; revision=28823
Diffstat (limited to 'math/linalg/files/patch-aa')
-rw-r--r-- | math/linalg/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/linalg/files/patch-aa b/math/linalg/files/patch-aa new file mode 100644 index 000000000000..fc592fc24c6c --- /dev/null +++ b/math/linalg/files/patch-aa @@ -0,0 +1,11 @@ +--- c++.orig Sat May 27 17:48:43 2000 ++++ c++ Sat May 27 17:50:10 2000 +@@ -1,7 +1,7 @@ + #!/bin/sh + # GNU C++ compilation + # Note, ${foo:+bar} is just a weird way of commenting out bar +-eg++ -c -O2 -fkeep-inline-functions -pipe -W -Wall -Wpointer-arith -ffor-scope -Woverloaded-virtual \ ++%%CXX%% -c %%CXXFLAGS%% -fkeep-inline-functions -pipe -W -Wall -Wpointer-arith -ffor-scope -Woverloaded-virtual \ + -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \ + ${foo:+'-Wold-style-cast'} -Wbad-function-cast -Wwrite-strings \ + ${foo:+'-Winline -Wredundant-decls'} -fno-rtti ${fpp:+'-fno-exceptions'} \ |