From ca96422b7d9dc512ef9b5feb83ace91aeade4471 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 May 2005 13:28:46 +0000 Subject: [PATCH] * Don't patch configure.in. svn path=/nixpkgs/trunk/; revision=2981 --- .../libraries/aterm/aterm-alias-fix.patch | 37 ------------------- 1 file changed, 37 deletions(-) diff --git a/pkgs/development/libraries/aterm/aterm-alias-fix.patch b/pkgs/development/libraries/aterm/aterm-alias-fix.patch index 60dfcd47b72..33ae5b67ff0 100644 --- a/pkgs/development/libraries/aterm/aterm-alias-fix.patch +++ b/pkgs/development/libraries/aterm/aterm-alias-fix.patch @@ -410,43 +410,6 @@ diff -rc aterm-2.3.1-orig/configure aterm-2.3.1/configure fi; fi; -diff -rc aterm-2.3.1-orig/configure.in aterm-2.3.1/configure.in -*** aterm-2.3.1-orig/configure.in 2004-09-16 13:45:27.000000000 +0200 ---- aterm-2.3.1/configure.in 2005-05-02 18:32:12.000000000 +0200 -*************** -*** 35,41 **** - INCL_PROF="" - - CC_NS=gcc -! CFLAGS_NS="-Wall -DNDEBUG -O -DXGC_VERBOSE -DWITH_STATS" # " -O2" disabled due to gcc optimizer bugs - LFLAGS_NS="" - DEFS_NS="\$(DEFS) -DNO_SHARING" - INCL_NS="" ---- 35,41 ---- - INCL_PROF="" - - CC_NS=gcc -! CFLAGS_NS="-Wall -DNDEBUG -O3 -DXGC_VERBOSE -DWITH_STATS" # " -O2" disabled due to gcc optimizer bugs - LFLAGS_NS="" - DEFS_NS="\$(DEFS) -DNO_SHARING" - INCL_NS="" -*************** -*** 89,95 **** - [ --with-cflags=CFLAGS standard options of C compiler], - CFLAGS=${withval}, - if test "a${GCC}" = "ayes"; then -! CFLAGS="-Wall -DNDEBUG -O -DXGC_VERBOSE -DXHASHPEM -DWITH_STATS" # " -O2" disabled due to gcc optimizer bugs - fi; - ) - ---- 89,95 ---- - [ --with-cflags=CFLAGS standard options of C compiler], - CFLAGS=${withval}, - if test "a${GCC}" = "ayes"; then -! CFLAGS="-Wall -DNDEBUG -O3 -DXGC_VERBOSE -DXHASHPEM -DWITH_STATS" # " -O2" disabled due to gcc optimizer bugs - fi; - ) - diff -rc aterm-2.3.1-orig/README aterm-2.3.1/README *** aterm-2.3.1-orig/README 2002-01-16 14:19:35.000000000 +0100 --- aterm-2.3.1/README 2005-05-02 18:37:48.000000000 +0200