aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gavl
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-12 15:29:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-12 15:29:37 +0000
commitcdb8256f1be073ee580443f055cea42dfa4f0a8a (patch)
tree88f5fc59ca92cb0cc696d418e8dff349c265467f /multimedia/gavl
parentdf5a2ca332127a415e6435541bf0ed6a3add9e96 (diff)
downloadports-cdb8256f1be073ee580443f055cea42dfa4f0a8a.tar.gz
ports-cdb8256f1be073ee580443f055cea42dfa4f0a8a.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
Notes
Notes: svn path=/head/; revision=364712
Diffstat (limited to 'multimedia/gavl')
-rw-r--r--multimedia/gavl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gavl/Makefile b/multimedia/gavl/Makefile
index dee46a7a22b4..4302ad2a6fd8 100644
--- a/multimedia/gavl/Makefile
+++ b/multimedia/gavl/Makefile
@@ -17,7 +17,7 @@ USES= pathfix pkgconfig libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib -lm
CONFIGURE_ARGS= --with-cpuflags=none --without-doxygen
INSTALL_TARGET= install-strip