]> git.pld-linux.org Git - packages/astyle.git/blobdiff - astyle-Makefile.patch
- new. to pass __cxx in spec
[packages/astyle.git] / astyle-Makefile.patch
diff --git a/astyle-Makefile.patch b/astyle-Makefile.patch
new file mode 100644 (file)
index 0000000..7ae7b83
--- /dev/null
@@ -0,0 +1,15 @@
+--- 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:
This page took 0.039932 seconds and 4 git commands to generate.