svn commit: r493716 - head/sysutils/xvidcap

Thierry Thomas thierry at FreeBSD.org
Sat Feb 23 17:24:48 UTC 2019


Author: thierry
Date: Sat Feb 23 17:24:47 2019
New Revision: 493716
URL: https://svnweb.freebsd.org/changeset/ports/493716

Log:
  Clean LDFLAGS.
  
  Reported by:	bapt

Modified:
  head/sysutils/xvidcap/Makefile

Modified: head/sysutils/xvidcap/Makefile
==============================================================================
--- head/sysutils/xvidcap/Makefile	Sat Feb 23 17:24:21 2019	(r493715)
+++ head/sysutils/xvidcap/Makefile	Sat Feb 23 17:24:47 2019	(r493716)
@@ -33,7 +33,7 @@ MANLANG=		"" de es it
 
 GNU_CONFIGURE=		yes
 # --export-dynamic fixes libglade problems
-LDFLAGS+=		-L${LOCALBASE}/lib  -Wl,--export-dynamic -lz
+LDFLAGS+=		-Wl,--export-dynamic -lz
 
 .if !defined(CFLAGS) || ${CFLAGS:M-fno-strict-aliasing*} == ""
 CFLAGS+=	-O2 -fno-strict-aliasing


More information about the svn-ports-head mailing list