FreeBSD Bugzilla – Attachment 22203 Details for
Bug 38594
Fortan program don't link post gcc-3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.90 KB, created by
Steven G. Kargl
on 2002-05-27 03:50:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Steven G. Kargl
Created:
2002-05-27 03:50:03 UTC
Size:
1.90 KB
patch
obsolete
>diff -urNb gnu/lib.old/Makefile gnu/lib/Makefile >--- gnu/lib.old/Makefile Wed May 15 09:29:45 2002 >+++ gnu/lib/Makefile Sun May 26 14:44:23 2002 >@@ -19,7 +19,7 @@ > .endif > > .if !defined(NO_FORTRAN) >-SUBDIR+= libg2c >+SUBDIR+= libfrtbegin libg2c > .endif > > .include <bsd.subdir.mk> >diff -urNb gnu/lib.old/libfrtbegin/MAIN.c gnu/lib/libfrtbegin/MAIN.c >--- gnu/lib.old/libfrtbegin/MAIN.c Wed Dec 31 16:00:00 1969 >+++ gnu/lib/libfrtbegin/MAIN.c Sun May 26 14:44:40 2002 >@@ -0,0 +1,4 @@ >+/* $FreeBSD: src/gnu/lib/libg2c/MAIN.c,v 1.2 2000/10/31 11:36:33 obrien Exp $ */ >+ >+int >+MAIN__(){ return 0; } >diff -urNb gnu/lib.old/libfrtbegin/Makefile gnu/lib/libfrtbegin/Makefile >--- gnu/lib.old/libfrtbegin/Makefile Wed Dec 31 16:00:00 1969 >+++ gnu/lib/libfrtbegin/Makefile Sun May 26 14:47:02 2002 >@@ -0,0 +1,16 @@ >+# $FreeBSD: src/gnu/lib/libg2c/Makefile,v 1.9 2002/05/12 16:00:46 ru Exp $ >+ >+SRCDIR= ${.CURDIR}/../../../contrib/libf2c >+ >+.PATH: ${SRCDIR} ${SRCDIR}/libF77 >+ >+LIB= frtbegin >+SHLIB_MAJOR= 1 >+SHLIB_MINOR= 0 >+ >+SRCS= main.c MAIN.c >+ >+CFLAGS+= -I${SRCDIR} -I${SRCDIR}/libF77 >+CFLAGS+= -I${.CURDIR} >+ >+.include <bsd.lib.mk> >diff -urNb gnu/lib.old/libg2c/Makefile gnu/lib/libg2c/Makefile >--- gnu/lib.old/libg2c/Makefile Sun May 12 09:00:46 2002 >+++ gnu/lib/libg2c/Makefile Sun May 26 14:49:59 2002 >@@ -10,7 +10,7 @@ > > # Traditional FORTRAN Library members defined in libF77 > >-F77MISC= F77_aloc.c main.c s_rnge.c abort_.c getarg_.c \ >+F77MISC= F77_aloc.c s_rnge.c abort_.c getarg_.c \ > iargc_.c getenv_.c signal_.c s_stop.c s_paus.c system_.c \ > cabs.c derf_.c derfc_.c erf_.c erfc_.c sig_die.c exit_.c \ > setarg.c setsig.c >@@ -79,7 +79,7 @@ > secnds.o second.o signal.o sleep.o srand.o stat.o symlnk.o \ > system.o time.o ttynam.o umask.o unlink.o vxtidt.o vxttim.o > >-LIBF77SRCS= ${F77SRCS} ${I77SRCS} ${U77SRCS} ${E77SRCS} MAIN.c >+LIBF77SRCS= ${F77SRCS} ${I77SRCS} ${U77SRCS} ${E77SRCS} > > SRCS= ${LIBF77SRCS} > OBJS= ${E77OBJS}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38594
: 22203 |
22204