Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2006 20:36:24 +0200
From:      "Soeren Straarup" <xride@x12.dk>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        jylefort@FreeBSD.org
Subject:   ports/102199: [Patch] Respect LDFLAGS
Message-ID:  <1155839784.1659@thurisaz>
Resent-Message-ID: <200608171840.k7HIeFNV042773@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102199
>Category:       ports
>Synopsis:       [Patch] Respect LDFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 17 18:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Soeren Straarup
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.1-PRERELEASE #1: Fri Mar  3 08:26:44 CET 2006
    xride@thurisaz:/usr/src/sys/i386/compile/thurisaz



>Description:


[Patch] Respect LDFLAGS


>How-To-Repeat:





>Fix:


--- archivers_unmakeself.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/unmakeself/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	11 Aug 2006 15:46:59 -0000	1.4
+++ Makefile	16 Aug 2006 20:08:21 -0000
@@ -13,7 +13,7 @@
 MAINTAINER=		jylefort@FreeBSD.org
 COMMENT=		Extract Makeself archives
 
-LDFLAGS=		-larchive -lbz2 -lz
+LDFLAGS+=		-larchive -lbz2 -lz
 USE_GETOPT_LONG=	yes
 NO_WRKSUBDIR=		yes
 
--- archivers_unmakeself.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1155839784.1659>