PERFORCE change 75922 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Apr 24 22:01:36 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=75922

Change 75922 by marcel at marcel_nfs on 2005/04/25 05:01:29

	Don't build libvgl. It depends on consio.h, which is
	a header declared non grata on this branch.

Affected files ...

.. //depot/projects/tty/lib/Makefile#17 edit

Differences ...

==== //depot/projects/tty/lib/Makefile#17 (text+ko) ====

@@ -33,7 +33,7 @@
 	${_libncp} ${_libngatm} libopie libpam libpanel libpcap \
 	libpmc ${_libpthread} ${_libsdp} ${_libsm} ${_libsmb} ${_libsmdb} \
 	${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \
-	libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind}
+	libugidfw ${_libusbhid} libwrap liby libz ${_bind}
 
 .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
 _csu=csu/${MACHINE_ARCH}-elf
@@ -60,7 +60,6 @@
 .if ${MACHINE_ARCH} == "i386"
 _libncp=	libncp
 _libsmb=	libsmb
-_libvgl=	libvgl
 .endif
 
 .if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \


More information about the p4-projects mailing list