ports/183910: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Nov 20 19:50:01 UTC 2013
The following reply was made to PR ports/183910; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/183910: commit references a PR
Date: Wed, 20 Nov 2013 19:49:22 +0000 (UTC)
Author: rakuco
Date: Wed Nov 20 19:49:14 2013
New Revision: 334446
URL: http://svnweb.freebsd.org/changeset/ports/334446
Log:
Fix build on 10 and HEAD.
PR: ports/183910
Submitted by: Josh Tolbert <hemi at puresimplicity.net> (maintainer)
Modified:
head/x11/xscreensaver.app/Makefile
Modified: head/x11/xscreensaver.app/Makefile
==============================================================================
--- head/x11/xscreensaver.app/Makefile Wed Nov 20 19:47:42 2013 (r334445)
+++ head/x11/xscreensaver.app/Makefile Wed Nov 20 19:49:14 2013 (r334446)
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAKE_ARGS= "LDFLAGS+=-L${LOCALBASE}/lib"
+MAKE_ARGS= "LDFLAGS+=-L${LOCALBASE}/lib -lX11"
NO_STAGE= yes
.include <bsd.port.mk>
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list