aboutsummaryrefslogtreecommitdiff
path: root/x11/xsel
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-08 00:15:34 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-08 00:15:34 +0000
commit4ede5e9b248f4c96a8d9617f4fbc241f489d7235 (patch)
tree39be84d6997d264d9ca2a8ab4f521d044421e824 /x11/xsel
parent0c79f0cee3bdd8cbcdbd6c01136a4ccc835690ca (diff)
downloadports-4ede5e9b248f4c96a8d9617f4fbc241f489d7235.tar.gz
ports-4ede5e9b248f4c96a8d9617f4fbc241f489d7235.zip
Explicitly link libraries on 10 unmaintained ports
The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5
Notes
Notes: svn path=/head/; revision=329750
Diffstat (limited to 'x11/xsel')
-rw-r--r--x11/xsel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xsel/Makefile b/x11/xsel/Makefile
index c97cccc747c2..fc0d833bdf23 100644
--- a/x11/xsel/Makefile
+++ b/x11/xsel/Makefile
@@ -15,7 +15,7 @@ CONFLICTS= xsel-conrad-[0-9]*
USE_BZIP2= yes
USE_XORG= xmu xaw xt xproto xkbfile
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lXt -lXaw
+LDFLAGS+= -L${LOCALBASE}/lib -lXt -lXaw -lX11 -lXmu
MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= ${PORTNAME}.html