FreeBSD Bugzilla – Attachment 134727 Details for
Bug 179439
ftp/rexx-curl: probable fix provided
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
rexx-curl.diff.txt
rexx-curl.diff.txt (text/plain; charset=windows-1252), 1.12 KB, created by
John Marino
on 2013-06-10 12:44:52 UTC
(
hide
)
Description:
rexx-curl.diff.txt
Filename:
MIME Type:
Creator:
John Marino
Created:
2013-06-10 12:44:52 UTC
Size:
1.12 KB
patch
obsolete
>--- ftp/rexx-curl/Makefile.orig 2013-06-10 11:37:44.000000000 +0000 >+++ ftp/rexx-curl/Makefile >@@ -1,10 +1,5 @@ >-# ex:ts=8 >-# Ports collection makefile for: rexx-curl >-# Date created: Nov 11, 2003 >-# Whom: ijliao >-# >+# Created by: ijliao > # $FreeBSD: ftp/rexx-curl/Makefile 315667 2013-04-02 10:38:36Z miwi $ >-# > > PORTNAME= curl > PORTVERSION= 1.4 >@@ -21,7 +16,6 @@ BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rex > LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl > RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina > >-BROKEN= fails to build > USE_GMAKE= yes > GNU_CONFIGURE= yes > CPPFLAGS+= ${PTHREAD_CFLAGS} >--- ftp/rexx-curl/files/patch-configure.orig 2013-06-10 11:38:11.000000000 +0000 >+++ ftp/rexx-curl/files/patch-configure >@@ -0,0 +1,16 @@ >+--- configure.orig 2005-07-28 11:01:07.000000000 +0000 >++++ configure >+@@ -6240,8 +6240,12 @@ case "$target" in >+ LD_RXLIB1="${CC} -shared" >+ LD_RXTRANSLIB1="$LD_RXLIB1" >+ ;; >++ *dragonfly*) >++ LD_RXLIB1="${CC} -shared" >++ LD_RXTRANSLIB1="$LD_RXLIB1" >++ ;; >+ *freebsd*) >+- LD_RXLIB1="ld -Bdynamic -Bshareable" >++ LD_RXLIB1="${CC} -shared" >+ LD_RXTRANSLIB1="$LD_RXLIB1" >+ ;; >+ *pc-sco*)
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 Raw
Actions:
View
Attachments on
bug 179439
:
134726
| 134727