svn commit: r323729 - head/misc/wmpal

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 15:06:12 UTC 2013


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


More information about the svn-ports-all mailing list