diff options
| author | Roger Hardiman <roger@FreeBSD.org> | 1999-06-08 17:48:39 +0000 |
|---|---|---|
| committer | Roger Hardiman <roger@FreeBSD.org> | 1999-06-08 17:48:39 +0000 |
| commit | 3555fcba5197db1749b414c1b416bff4913447bb (patch) | |
| tree | 5a4f1df7f971019ecd08dc7f78b2b3cb188f4712 /misc/videotext/files/patch-ba | |
| parent | be130730bdd7175c124190e1aba43d8a3796129f (diff) | |
Initial import of videotext, a program to display Videotext/Teletext
pages either direct from hardware or from .vtx files which can be
produced from the vbidecode program.
Diffstat (limited to 'misc/videotext/files/patch-ba')
| -rw-r--r-- | misc/videotext/files/patch-ba | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/misc/videotext/files/patch-ba b/misc/videotext/files/patch-ba new file mode 100644 index 000000000000..52e5d9068bba --- /dev/null +++ b/misc/videotext/files/patch-ba @@ -0,0 +1,46 @@ +*** Makefile.orig Tue Jun 8 16:17:05 1999 +--- Makefile Tue Jun 8 17:05:25 1999 +*************** LIBDIR = /usr/local/lib/vtx +*** 26,33 **** + SPOOLDIR = /var/spool/vtx + + BINDIR = /usr/local/bin +! XBINDIR = /usr/local/bin/X11 +! FONTDIR = /usr/lib/X11/fonts/local + MANDIR = /usr/local/man + XMANDIR = /usr/local/man + +--- 26,35 ---- + SPOOLDIR = /var/spool/vtx + + BINDIR = /usr/local/bin +! #XBINDIR = /usr/local/bin/X11 +! XBINDIR = /usr/local/bin +! #FONTDIR = /usr/lib/X11/fonts/local +! FONTDIR = /usr/X11R6/lib/X11/fonts/misc + MANDIR = /usr/local/man + XMANDIR = /usr/local/man + +*************** GIF_SUPPORT = -DGIF_SUPPORT +*** 79,88 **** + # Uncomment the next lines if you want PNG support and have libpng and libz + # installed. + +! #PNG_SUPPORT = -DPNG_SUPPORT +! #PNG_LIBS = -lpng -lz -lm +! #PNG_INCLUDEDIRS = -I/usr/local/include +! #PNG_LIBDIRS = -L/usr/local/lib + + + # Uncomment the following line if you want to get coredumps when an +--- 81,90 ---- + # Uncomment the next lines if you want PNG support and have libpng and libz + # installed. + +! PNG_SUPPORT = -DPNG_SUPPORT +! PNG_LIBS = -lpng -lz -lm +! PNG_INCLUDEDIRS = -I/usr/local/include +! PNG_LIBDIRS = -L/usr/local/lib + + + # Uncomment the following line if you want to get coredumps when an |
