svn commit: r398834 - head/x11/wdm

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 8 17:08:41 UTC 2015


Author: amdmi3
Date: Thu Oct  8 17:08:39 2015
New Revision: 398834
URL: https://svnweb.freebsd.org/changeset/ports/398834

Log:
  - Fix build
  
  Approved by:	portmgr blanket

Modified:
  head/x11/wdm/Makefile

Modified: head/x11/wdm/Makefile
==============================================================================
--- head/x11/wdm/Makefile	Thu Oct  8 15:12:22 2015	(r398833)
+++ head/x11/wdm/Makefile	Thu Oct  8 17:08:39 2015	(r398834)
@@ -42,7 +42,7 @@ CONFIGURE_ARGS=	--with-logdir=/var/log \
 		--with-wmlist=wmaker:afterstep:blackbox:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm
 
 CPPFLAGS+=	-I${LOCALBASE}/include -DCSRG_BASED -DHAS_SETUSERCONTEXT
-LIBS+=		-L${LOCALBASE}/lib
+LIBS+=		-L${LOCALBASE}/lib -lintl
 
 DEF_SERVER?=	${LOCALBASE}/bin/X
 XRDB_PATH?=	${LOCALBASE}/bin/xrdb


More information about the svn-ports-all mailing list