diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 10:11:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 10:11:54 +0000 |
commit | 94347ffdf215aa33280fa1c7ebfcc0e29ff2631d (patch) | |
tree | 0df4affc839cc8507cabc7fab9ea7780a859d6a9 /emulators/bsvc/files/patch-ae | |
parent | Fix fetch problem (a side effect of ade's resignation) (diff) |
Make emulators/bsvc work on -current again
PR: ports/44852
Submitted by: Volker Stolz <vs@foldr.org>
Diffstat (limited to 'emulators/bsvc/files/patch-ae')
-rw-r--r-- | emulators/bsvc/files/patch-ae | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/bsvc/files/patch-ae b/emulators/bsvc/files/patch-ae deleted file mode 100644 index 57aa6d54817a..000000000000 --- a/emulators/bsvc/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.ULTRIX.orig Sun Nov 8 22:39:28 1998 -+++ Makefile.ULTRIX Mon Sep 6 19:12:20 1999 -@@ -10,7 +10,7 @@ - CXX = g++ - - ## C and C++ compiler flags --CCFLAGS = -O -+CCFLAGS ?= -O - CXXFLAGS = -O -ansi -D_G_NO_EXTERN_TEMPLATES - - ## System Includes |