OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Sep-2005 17:53:21
Branch: HEAD Handle: 2005092116532100
Modified files:
openpkg-src/gcc gcc.spec
Log:
try to fix building under with_fortran=yes
Summary:
Revision Changes Path
1.118 +1 -1 openpkg-src/gcc/gcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.117 -r1.118 gcc.spec
--- openpkg-src/gcc/gcc.spec 21 Sep 2005 10:54:26 -0000 1.117
+++ openpkg-src/gcc/gcc.spec 21 Sep 2005 15:53:21 -0000 1.118
@@ -165,7 +165,7 @@
# configure the package
CC="%{l_cc}" \
CFLAGS="%{l_cflags}" \
-%if "%{with_java}" == "yes"
+%if "%{with_java}" == "yes" || "%{with_fortran}" == "yes"
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]