Browse Source

fixed scilab for for our new host name (we ripped -pc- of of it for PR reasons)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2481 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
82a6e73084
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      package/kasc/scilab/configure-fix.patch

+ 18
- 0
package/kasc/scilab/configure-fix.patch

@ -0,0 +1,18 @@
For some (outdated?) reason the damn configure does want to have a
-pc- in the host type specified - which we do not have anymore (for
professionality reasons).
- Rene Rebe <rene@rocklinux.org>
--- scilab-2.7/configure.orig 2003-02-06 08:42:04.000000000 +0100
+++ scilab-2.7/configure 2004-03-04 15:09:18.000000000 +0100
@@ -7362,7 +7362,7 @@
MAKEFILE_TARGET=Makefile.linux
;;
# Linux ELF: all standard distributions
- *-pc-linux-gnu)
+ *-*-linux-gnu)
LIEEELIB=
echo "$as_me:7367: checking for main in -lieee" >&5
echo $ECHO_N "checking for main in -lieee... $ECHO_C" >&6

Loading…
Cancel
Save