aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkglarea2
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-08-12 23:29:37 +0800
committertijl <tijl@FreeBSD.org>2014-08-12 23:29:37 +0800
commit4cb8aa2cbc52a616e4f442310a09cc5f408303f3 (patch)
tree88f5fc59ca92cb0cc696d418e8dff349c265467f /x11-toolkits/gtkglarea2
parent98e780c1c7270e84b6fb00c8eb4bdb03e6702f80 (diff)
downloadfreebsd-ports-gnome-4cb8aa2cbc52a616e4f442310a09cc5f408303f3.tar.gz
freebsd-ports-gnome-4cb8aa2cbc52a616e4f442310a09cc5f408303f3.tar.zst
freebsd-ports-gnome-4cb8aa2cbc52a616e4f442310a09cc5f408303f3.zip
Fix problems with missing libs when the linker enforces explicit linking
(ports that are dependencies of other ports) net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS sysutils/deltup: simplify patch by using MAKE_ARGS x11-fm/rox-filer: convert to USES=shared-mime-info x11-wm/emerald: remove PTHREAD_LIBS PR: 192062
Diffstat (limited to 'x11-toolkits/gtkglarea2')
-rw-r--r--x11-toolkits/gtkglarea2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtkglarea2/Makefile b/x11-toolkits/gtkglarea2/Makefile
index 867d9dce4f1a..c5b94fa18244 100644
--- a/x11-toolkits/gtkglarea2/Makefile
+++ b/x11-toolkits/gtkglarea2/Makefile
@@ -20,5 +20,6 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lib-GL
INSTALL_TARGET= install-strip
+LIBS+= -lm
.include <bsd.port.mk>