Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2005 05:01:35 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 75922 for review
Message-ID:  <200504250501.j3P51Zap057812@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75922

Change 75922 by marcel@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" && \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504250501.j3P51Zap057812>