]> git.pld-linux.org Git - packages/ayam.git/commitdiff
- use gcc and g++ directly.
authorcieciwa <cieciwa@pld-linux.org>
Thu, 21 Jul 2005 10:17:18 +0000 (10:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ayam-Makefile.shared.patch -> 1.2

ayam-Makefile.shared.patch

index dd1f424147910b622599176cf9603d9aba601dd8..f93e1c623a222bf2fe6c05a50c23205cdaf8799b 100644 (file)
@@ -1,5 +1,19 @@
 --- ayam/src/Makefile.shared.org       2005-05-15 10:24:26.000000000 +0200
 +++ ayam/src/Makefile.shared   2005-06-17 09:01:01.651756720 +0200
+@@ -35,11 +35,11 @@
+ # the C compiler
+ #CC = cc
+-#CC = gcc
++CC = gcc
+ # the C++ compiler (just in use for the AyCSG and onio plugin)
+ #CXX = CC
+-#CXX = g++
++CXX = g++
+ # the linker
+ # Starting with BMRT2.5, libribout and libslcargs are in C++,
 @@ -139,33 +139,33 @@
  
  # Tcl/Tk
This page took 0.081713 seconds and 4 git commands to generate.