]> git.pld-linux.org Git - packages/IRRToolSet.git/commitdiff
- flex patch
authorspeedy <speedy@pld-linux.org>
Mon, 8 Nov 2004 15:20:04 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    IRRToolSet-flex.patch -> 1.1
    IRRToolSet.spec -> 1.12

IRRToolSet-flex.patch [new file with mode: 0644]
IRRToolSet.spec

diff --git a/IRRToolSet-flex.patch b/IRRToolSet-flex.patch
new file mode 100644 (file)
index 0000000..8c88c05
--- /dev/null
@@ -0,0 +1,11 @@
+--- IRRToolSet-4.7.3/src/RtConfig/Makefile.in.orig     2002-03-27 14:56:38.000000000 +0100
++++ IRRToolSet-4.7.3/src/RtConfig/Makefile.in  2004-11-06 13:48:03.253744768 +0100
+@@ -25,7 +25,7 @@
+ CC              = @CC@
+ CXX             = @CXX@
+ BISON           = @YACC@
+-FLEX            = @LEX@
++FLEX            = @LEX@ -l
+ LD              = @LD@
+ PERL            = @PERL_PATH@
+ INSTALL         = @INSTALL@
index 70bf54e917dba157b75d397b780377687a5e9f9f..3c43073c9951c70af65f7841221a7496b6921c70 100644 (file)
@@ -9,6 +9,7 @@ Source0:        ftp://ftp.ripe.net/ripe/tools/IRRToolSet/%{name}-%{version}.tar.gz
 # Source0-md5: fcf8305464c8ae5886c41dcb8d85e53d
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-gcc3.patch
+Patch2:                %{name}-flex.patch
 URL:           http://www.ripe.net/ripencc/pub-services/db/irrtoolset/index.html
 BuildRequires: XFree86-devel
 BuildRequires: automake
@@ -33,6 +34,7 @@ IRRToolSet jest zestawem narz
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
This page took 0.093146 seconds and 4 git commands to generate.