diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-19 19:54:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-19 19:54:55 +0000 |
commit | e1c5fc8ec06a59fa0698e9f008252192a8c07751 (patch) | |
tree | 8aaf58042e960c15174d4282b6aa78c93ad7a2bd /lang/afnix/files/patch-cnf_mak_afnix-gcc-3.mak | |
parent | - Update to 2.1.3 (diff) |
- Update aleph 0.9.0 to afnix 1.0.0
- Rename to match new name of the project
- Take maintainership
PR: ports/77611
Submitted by: Johan van Selst <johans@stack.nl>
Repocopy by: marcus
Diffstat (limited to 'lang/afnix/files/patch-cnf_mak_afnix-gcc-3.mak')
-rw-r--r-- | lang/afnix/files/patch-cnf_mak_afnix-gcc-3.mak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/afnix/files/patch-cnf_mak_afnix-gcc-3.mak b/lang/afnix/files/patch-cnf_mak_afnix-gcc-3.mak new file mode 100644 index 000000000000..59febb7c64b8 --- /dev/null +++ b/lang/afnix/files/patch-cnf_mak_afnix-gcc-3.mak @@ -0,0 +1,11 @@ +--- cnf/mak/afnix-gcc-3.mak.orig Wed Jan 12 06:05:00 2005 ++++ cnf/mak/afnix-gcc-3.mak Wed Feb 16 19:18:04 2005 +@@ -43,7 +43,7 @@ + # - compiler dependant libraries - + # ---------------------------------------------------------------------------- + +-AFXCPPLIBS = -lsupc++ ++AFXCPPLIBS = -lstdc++ + + # ---------------------------------------------------------------------------- + # - platform dependant linking flags - |