ports/102199: [Patch] Respect LDFLAGS
Soeren Straarup
xride at x12.dk
Thu Aug 17 18:40:15 UTC 2006
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list