]> git.pld-linux.org Git - packages/IRRToolSet.git/blobdiff - IRRToolSet.spec
- gcc33 bcond
[packages/IRRToolSet.git] / 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.068134 seconds and 4 git commands to generate.