]> git.pld-linux.org Git - packages/astyle.git/commitdiff
- new. to pass __cxx in spec
authordarekr <darekr@pld-linux.org>
Fri, 12 May 2006 13:52:29 +0000 (13:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    astyle-Makefile.patch -> 1.1

astyle-Makefile.patch [new file with mode: 0644]

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.074801 seconds and 4 git commands to generate.