From: arvenil Date: Sat, 5 Apr 2008 13:39:36 +0000 (+0000) Subject: - no more needed X-Git-Tag: auto/th/astyle-1_24-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fastyle.git;a=commitdiff_plain;h=e1a200990f06016c2ab5589b8ae9d2c4196583b8 - no more needed Changed files: astyle-Makefile.patch -> 1.2 --- diff --git a/astyle-Makefile.patch b/astyle-Makefile.patch deleted file mode 100644 index 7ae7b83..0000000 --- a/astyle-Makefile.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- astyle-1.15.3.orig/Makefile 2006-05-12 15:49:17.000000000 +0200 -+++ astyle-1.15.3/Makefile 2006-05-12 15:49:37.000000000 +0200 -@@ -4,10 +4,10 @@ - OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o - - astyle: $(OBJS) -- g++ $(CPPFLAGS) -o astyle $(OBJS) -+ $(CXX) $(CPPFLAGS) -o astyle $(OBJS) - - .cpp.o: -- g++ $(CPPFLAGS) -c $< -+ $(CXX) $(CPPFLAGS) -c $< - .SUFFIXES: .cpp .c .o - - clean: