svn commit: r496684 - head/x11-toolkits/libgnomeui

Koop Mast kwm at FreeBSD.org
Sat Mar 23 19:19:59 UTC 2019


Author: kwm
Date: Sat Mar 23 19:19:58 2019
New Revision: 496684
URL: https://svnweb.freebsd.org/changeset/ports/496684

Log:
  Fix build after base r345349
  
  PR:		236141

Modified:
  head/x11-toolkits/libgnomeui/Makefile

Modified: head/x11-toolkits/libgnomeui/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeui/Makefile	Sat Mar 23 19:07:15 2019	(r496683)
+++ head/x11-toolkits/libgnomeui/Makefile	Sat Mar 23 19:19:58 2019	(r496684)
@@ -26,6 +26,7 @@ USE_XORG=	sm
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+LIBS=		-lm
 
 .include <bsd.port.mk>
 


More information about the svn-ports-all mailing list