summaryrefslogtreecommitdiff
path: root/graphics/fxtv/files/patch-aa
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-12-18 16:58:35 +0000
committerMark Murray <markm@FreeBSD.org>1997-12-18 16:58:35 +0000
commit273a9e51e0472b08e4a67c56da74fe42f979e0c9 (patch)
tree1d722637de5908435eb4acb68d955b7b4a6c711d /graphics/fxtv/files/patch-aa
parentThis port doesn't install etc/squid/mib.txt.default, it installs mib.txt. (diff)
Update to 0.46. The changelog speaks:
Changes from 0.45-0.46 ---------------------- - Event handling fixes for fvwm95 - Inval saved ximage when contin capture started (for restacking refreshes) - Fix out-of-date internal app-defaults values - Fixed mem leaks that add up capturing videos - Turn off hardware cursor over video window when continuous video is on - Restore video mode on normal exit
Diffstat (limited to 'graphics/fxtv/files/patch-aa')
-rw-r--r--graphics/fxtv/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa
index a3a37faf760d..35877d4b5bde 100644
--- a/graphics/fxtv/files/patch-aa
+++ b/graphics/fxtv/files/patch-aa
@@ -1,14 +1,14 @@
---- Makefile.orig Sat Oct 11 02:42:57 1997
-+++ Makefile Thu Nov 27 10:42:46 1997
+--- Makefile.orig Wed Nov 5 03:14:25 1997
++++ Makefile Thu Dec 18 17:53:26 1997
@@ -5,13 +5,14 @@
X11BASE = /usr/X11R6
- override CF_VERS = -DVERS_STR=\"0.45\"
+ override CF_VERS = -DVERS_STR=\"0.46\"
-override INC = -I$(X11BASE)/include -I/usr/local/include
+override INC = -I$(X11BASE)/include -I/usr/local/include \
+ -I/usr/local/include/tiff34
override LD_INC = -L$(X11BASE)/lib -L/usr/local/lib
- override CFLAGS = -m486 $(INC) $(CF_VERS)
+ override CFLAGS = -O2 -m486 $(INC) $(CF_VERS)
#override CFLAGS = -g $(INC) $(CF_VERS)
override LDFLAGS = $(LD_INC)
#override LDFLAGS = -g $(LD_INC)