Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 15:06:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323729 - head/misc/wmpal
Message-ID:  <201307261506.r6QF6C9A069951@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 26 15:06:12 2013
New Revision: 323729
URL: http://svnweb.freebsd.org/changeset/ports/323729

Log:
  Fix build with newer binutils

Modified:
  head/misc/wmpal/Makefile

Modified: head/misc/wmpal/Makefile
==============================================================================
--- head/misc/wmpal/Makefile	Fri Jul 26 14:51:06 2013	(r323728)
+++ head/misc/wmpal/Makefile	Fri Jul 26 15:06:12 2013	(r323729)
@@ -12,7 +12,7 @@ COMMENT=	One of the most useless dockapp
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lX11
 
 PORTDOCS=	README
 PLIST_FILES=	bin/wmpal



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