]> git.pld-linux.org Git - packages/IRRToolSet.git/commitdiff
- gcc33 bcond
authorspeedy <speedy@pld-linux.org>
Mon, 8 Nov 2004 15:58:45 +0000 (15:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    IRRToolSet.spec -> 1.13

IRRToolSet.spec

index 3c43073c9951c70af65f7841221a7496b6921c70..947cbf0443b8ab69ba84cbc9bc4c5f136c576cb1 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_with    gcc33           # compile with gcc33
+#
 Summary:       IRRToolSet is a suite of policy analysis tools
 Summary(pl):   IRRToolSet jest zestawem narzêdzi do analizy polityki
 Name:          IRRToolSet
@@ -38,6 +42,11 @@ IRRToolSet jest zestawem narz
 
 %build
 cp -f /usr/share/automake/config.sub .
+%if %{with gcc33}
+%define __cc gcc33
+%define __cxx g++33
+%endif
+%define optflags %{__global_cflags}
 %configure2_13
 %{__make}
 
This page took 0.062462 seconds and 4 git commands to generate.