diff options
Diffstat (limited to 'sys-freebsd/freebsd-lib/files/freebsd-lib-9.2-liblink.patch')
-rw-r--r-- | sys-freebsd/freebsd-lib/files/freebsd-lib-9.2-liblink.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-lib/files/freebsd-lib-9.2-liblink.patch b/sys-freebsd/freebsd-lib/files/freebsd-lib-9.2-liblink.patch index cfc7181e3409..3759c91f0a89 100644 --- a/sys-freebsd/freebsd-lib/files/freebsd-lib-9.2-liblink.patch +++ b/sys-freebsd/freebsd-lib/files/freebsd-lib-9.2-liblink.patch @@ -53,3 +53,15 @@ diff -uNr lib.old/libprocstat/Makefile lib/libprocstat/Makefile CFLAGS+= -I. -I${.CURDIR} -D_KVM_VNODE SHLIB_MAJOR= 1 +diff --git a/lib/libcam/Makefile b/lib/libcam/Makefile +index fcb16de..6d0312b 100644 +--- a/lib/libcam/Makefile ++++ b/lib/libcam/Makefile +@@ -8,6 +8,7 @@ INCS= camlib.h + + DPADD= ${LIBSBUF} + LDADD= -lsbuf ++LDFLAGS+= -L${.OBJDIR}/../libsbuf + + MAN= cam.3 cam_cdbparse.3 + |