diff options
Diffstat (limited to 'devel/cobf/files/patch-makefile')
-rw-r--r-- | devel/cobf/files/patch-makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/cobf/files/patch-makefile b/devel/cobf/files/patch-makefile deleted file mode 100644 index 21803f77f768..000000000000 --- a/devel/cobf/files/patch-makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- src/cpp/makefile Fri Jan 6 18:55:56 2006 -+++ src/cpp/makefile Sun May 14 14:23:10 2006 -@@ -3,9 +3,8 @@ - # Makefile for gcc 3.4.4 - # - # --CFLAGS = -Wall -O6 -fomit-frame-pointer -m486 -Dunix -I ../include -+CXXFLAGS += -Dunix -I../include - CCFLAGS = -Wall -O6 -fomit-frame-pointer -m486 -Dunix -I ../include --LDFLAGS = -lstdc++ - - AS =as - LD =gcc $(LDFLAGS) -@@ -32,11 +31,8 @@ - .cc.o: - $(CCC) -c -o $*.o $< - --.cpp.o: -- $(CCC) -c -o $*.o $< -- - cobf: $(COBF_OBJECTS) -- $(LD) -o $@ $(COBF_OBJECTS) $(LDFLAGS) -+ $(CXX) -o $@ $(COBF_OBJECTS) $(LDFLAGS) - - clean: - -rm *.o |