diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-18 02:10:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-18 02:10:35 +0000 |
commit | ddc8d1b4e7bbfb291c53188e1fe37d2c97c5bf38 (patch) | |
tree | 8ddd731da7e777a7f06caf739f94d6bb6b619372 /misc/videotext/files | |
parent | Remove irrelevant giflib references (diff) |
Remove giflib. Also remove GIF support since the author
mentions "that patent", and the port does PNG anyway.
Discussed with: asami
Diffstat (limited to 'misc/videotext/files')
-rw-r--r-- | misc/videotext/files/patch-ba | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/misc/videotext/files/patch-ba b/misc/videotext/files/patch-ba index b954ebe9f83d..62f47a20bfab 100644 --- a/misc/videotext/files/patch-ba +++ b/misc/videotext/files/patch-ba @@ -1,5 +1,5 @@ -*** Makefile.orig Thu Oct 23 00:55:44 1997 ---- Makefile Thu Jun 10 02:51:02 1999 +*** Makefile.orig Wed Oct 22 18:55:44 1997 +--- Makefile Thu Feb 17 16:07:45 2000 *************** *** 22,35 **** @@ -38,8 +38,14 @@ DIRPERM = 755 SPOOLDIRPERM = 777 -*************** GIF_SUPPORT = -DGIF_SUPPORT -*** 79,88 **** +*************** +*** 73,88 **** + # useful if you want to distribute VideoteXt and want to avoid trouble with + # Unisys' stupid licensing conditions. + +! GIF_SUPPORT = -DGIF_SUPPORT + + # Uncomment the next lines if you want PNG support and have libpng and libz # installed. @@ -50,7 +56,13 @@ # Uncomment the following line if you want to get coredumps when an ---- 86,95 ---- +--- 80,95 ---- + # useful if you want to distribute VideoteXt and want to avoid trouble with + # Unisys' stupid licensing conditions. + +! #GIF_SUPPORT = -DGIF_SUPPORT + + # Uncomment the next lines if you want PNG support and have libpng and libz # installed. |