summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-08 13:16:44 +0000
committergrant <grant@pkgsrc.org>2004-02-08 13:16:44 +0000
commitb0c2045d4081b3889339d4a4404d5762cf5ed027 (patch)
tree549aabbacf3c1207faf6ffd64cad922788074c48 /sysutils
parent7733a7a5e18321df67b4461623b9aa31a7c82ba3 (diff)
downloadpkgsrc-b0c2045d4081b3889339d4a4404d5762cf5ed027.tar.gz
link against libsocket on Solaris.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dvdrecord/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/dvdrecord/Makefile b/sysutils/dvdrecord/Makefile
index f2a11f6cf93..49f91265f6c 100644
--- a/sysutils/dvdrecord/Makefile
+++ b/sysutils/dvdrecord/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/01 03:25:25 mycroft Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/08 13:16:44 grant Exp $
DISTNAME= dvdrtools-${VERSION}
PKGNAME= ${DISTNAME:S/dvdrtools/dvdrecord/}
@@ -16,6 +16,8 @@ VERSION= 0.1.5
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
+LIBS.SunOS+= -lsocket
+
do-install:
cd ${WRKSRC}/cdrecord; \
${INSTALL_PROGRAM} dvdrecord ${PREFIX}/bin; \