FreeBSD Bugzilla – Attachment 66621 Details for
Bug 98386
[Maintainer Update] databases/gauche-gdbm fix for non-i386 arch's
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
databases_gauche-gdbm.patch
databases_gauche-gdbm.patch (text/plain), 1.12 KB, created by
Erik Greenwald
on 2006-06-02 17:30:20 UTC
(
hide
)
Description:
databases_gauche-gdbm.patch
Filename:
MIME Type:
Creator:
Erik Greenwald
Created:
2006-06-02 17:30:20 UTC
Size:
1.12 KB
patch
obsolete
>Index: databases/gauche-gdbm/Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/gauche-gdbm/Makefile,v >retrieving revision 1.34 >diff -u -r1.34 Makefile >--- databases/gauche-gdbm/Makefile 4 May 2006 21:39:57 -0000 1.34 >+++ databases/gauche-gdbm/Makefile 2 Jun 2006 16:23:00 -0000 >@@ -36,11 +36,11 @@ > do-build: > cd ${WRKSRC} && ${LOCALBASE}/bin/gauche-config --fixup-extension gdbm > cd ${WRKSRC} && ${LOCALBASE}/bin/gosh genstub gdbm.stub >- cd ${WRKSRC} && ${CC} ${CFLAGS} -c gdbm_head.c >- cd ${WRKSRC} && ${CC} ${CFLAGS} -c gdbm_tail.c >- cd ${WRKSRC} && ${CC} ${CFLAGS} -c -I${LOCALBASE}/include \ >+ cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -c gdbm_head.c >+ cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -c gdbm_tail.c >+ cd ${WRKSRC} && ${CC} ${CFLAGS} -fPIC -c -I${LOCALBASE}/include \ > -I'${LOCALBASE}/lib/gauche/${PORTVERSION}/include' gdbm.c >- cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -shared -Wl,-x -o gdbm.so \ >+ cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -fPIC -shared -Wl,-x -o gdbm.so \ > -Wl,-soname,gdbm.so gdbm.o gdbm_head.o gdbm_tail.o \ > -L${LOCALBASE}/lib -lgdbm
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 98386
: 66621