svn commit: r496636 - head/x11-toolkits/gtkimageview

Koop Mast kwm at FreeBSD.org
Sat Mar 23 11:02:35 UTC 2019


Author: kwm
Date: Sat Mar 23 11:02:34 2019
New Revision: 496636
URL: https://svnweb.freebsd.org/changeset/ports/496636

Log:
  Fix build after base r345349
  
  PR:		236141

Modified:
  head/x11-toolkits/gtkimageview/Makefile

Modified: head/x11-toolkits/gtkimageview/Makefile
==============================================================================
--- head/x11-toolkits/gtkimageview/Makefile	Sat Mar 23 10:58:50 2019	(r496635)
+++ head/x11-toolkits/gtkimageview/Makefile	Sat Mar 23 11:02:34 2019	(r496636)
@@ -20,6 +20,7 @@ USES=		libtool pathfix pkgconfig
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+LIBS=		-lm
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list